Exception: CmdParse::NoCommandGivenError
- Inherits:
-
ParseError
- Object
- StandardError
- ParseError
- CmdParse::NoCommandGivenError
- Defined in:
- lib/cmdparse.rb
Overview
This error is thrown when no command was given and no default command was specified.
Instance Method Summary collapse
-
#initialize ⇒ NoCommandGivenError
constructor
:nodoc:.
Methods inherited from ParseError
Constructor Details
#initialize ⇒ NoCommandGivenError
:nodoc:
93 94 95 |
# File 'lib/cmdparse.rb', line 93 def initialize #:nodoc: super('') end |