Exception: Rus3::SchemeSyntaxError
- Defined in:
- lib/rus3/error.rb
Constant Summary
Constants inherited from Error
Constants included from EmptyList
Instance Method Summary collapse
-
#initialize(obj) ⇒ SchemeSyntaxError
constructor
A new instance of SchemeSyntaxError.
Methods inherited from Error
Methods included from EmptyList
Constructor Details
#initialize(obj) ⇒ SchemeSyntaxError
129 130 131 |
# File 'lib/rus3/error.rb', line 129 def initialize(obj) super(EMSG[:scheme_syntax_error] % "#{obj[1]} as #{obj[0]}") end |