Exception: HelpParser::NoMatch

Inherits:
HelpParserException show all
Defined in:
lib/help_parser/exceptions.rb

Instance Method Summary collapse

Methods inherited from HelpParserException

#exit

Constructor Details

#initializeNoMatch

Forces it’s own message



55
56
57
# File 'lib/help_parser/exceptions.rb', line 55

def initialize
  super(NO_MATCH)
end

Instance Method Details

#_initObject

used to short-circuit out



50
51
52
# File 'lib/help_parser/exceptions.rb', line 50

def _init
  @code = EX_SOFTWARE
end