Exception: Rodish::ProgramBug
- Inherits:
-
CommandFailure
- Object
- StandardError
- CommandExit
- CommandFailure
- Rodish::ProgramBug
- Defined in:
- lib/rodish/errors.rb
Overview
Rodish::ProgramBug is a subclass of Rodish::CommandFailure only used in cases where there is a bug in the program, such as a command with no subcommands or run block, or when subcommand autoloads do not result in the subcommand being defined.
Instance Attribute Summary
Attributes inherited from CommandFailure
Method Summary
Methods inherited from CommandFailure
#failure?, #initialize, #message_with_usage
Methods inherited from CommandExit
Constructor Details
This class inherits a constructor from Rodish::CommandFailure