Exception: HelpParser::NoMatch
- Inherits:
-
HelpParserException
- Object
- Exception
- HelpParserException
- HelpParser::NoMatch
- Defined in:
- lib/help_parser/exceptions.rb
Instance Method Summary collapse
-
#_init ⇒ Object
used to short-circuit out.
-
#initialize ⇒ NoMatch
constructor
Forces it’s own message.
Methods inherited from HelpParserException
Constructor Details
Instance Method Details
#_init ⇒ Object
used to short-circuit out
50 51 52 |
# File 'lib/help_parser/exceptions.rb', line 50 def _init @code = EX_SOFTWARE end |