Exception: Rodish::ProgramBug

Inherits:
CommandFailure show all
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

#command

Method Summary

Methods inherited from CommandFailure

#failure?, #initialize, #message_with_usage

Methods inherited from CommandExit

#failure?

Constructor Details

This class inherits a constructor from Rodish::CommandFailure