Exception: HelpParser::SoftwareError
- Inherits:
-
HelpParserException
- Object
- Exception
- HelpParserException
- HelpParser::SoftwareError
- Defined in:
- lib/help_parser/exceptions.rb
Instance Method Summary collapse
-
#_init ⇒ Object
Stuff that should not happen.
Methods inherited from HelpParserException
Constructor Details
This class inherits a constructor from HelpParser::HelpParserException
Instance Method Details
#_init ⇒ Object
Stuff that should not happen
43 44 45 |
# File 'lib/help_parser/exceptions.rb', line 43 def _init @code = EX_SOFTWARE end |