Parent

Methods

Class/Module Index [+]

Quicksearch

Webgen::CommandNotFoundError

This error is raised when a needed external command is not found.

Attributes

cmd[R]

The command that is missing.

Public Class Methods

new(cmd, class_name = nil, alcn = nil) click to toggle source

Create a new CommandNotFoundError using the provided values.

The parameter cmd specifies the command that is missing.

# File lib/webgen/error.rb, line 127
def initialize(cmd, class_name = nil, alcn = nil)
  super("The needed command '#{cmd}' is missing!", class_name, alcn)
  @cmd = cmd
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.