Exception: Platform::IEL::SexpParser::ParseError
- Inherits:
-
StandardError
- Object
- StandardError
- Platform::IEL::SexpParser::ParseError
- Defined in:
- lib/introhive_expression_language/iel/sexp_parser.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message, source = nil) ⇒ ParseError
constructor
A new instance of ParseError.
Constructor Details
#initialize(message, source = nil) ⇒ ParseError
Returns a new instance of ParseError.
5 6 7 8 |
# File 'lib/introhive_expression_language/iel/sexp_parser.rb', line 5 def initialize(, source = nil) @source = source super("#{}#{source.nil? ? '' : " at #{source}"}") end |