This error is raised when a needed external command is not found.
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
Generated with the Darkfish Rdoc Generator 2.