Exception: CmdParse::NoCommandGivenError

Inherits:
ParseError
  • Object
show all
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

Methods inherited from ParseError

get_reason, #message, reason

Constructor Details

#initializeNoCommandGivenError

:nodoc:



93
94
95
# File 'lib/cmdparse.rb', line 93

def initialize #:nodoc:
  super('')
end