class HelpParser::SoftwareError

Public Instance Methods

_init() click to toggle source

Stuff that should not happen

# File lib/help_parser/exceptions.rb, line 43
def _init
  @code = EX_SOFTWARE
end