class 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, location = nil, path = nil)
Create a new CommandNotFoundError
.
The parameter cmd
specifies the command that is missing.
Calls superclass method
Webgen::Error::new