Exception: Consolle::Errors::SyntaxError
- Inherits:
-
ExecutionError
- Object
- StandardError
- Error
- ExecutionError
- Consolle::Errors::SyntaxError
- Defined in:
- lib/consolle/errors.rb
Overview
Syntax error in executed code
Instance Method Summary collapse
-
#initialize(message) ⇒ SyntaxError
constructor
A new instance of SyntaxError.
Constructor Details
#initialize(message) ⇒ SyntaxError
Returns a new instance of SyntaxError.
44 45 46 |
# File 'lib/consolle/errors.rb', line 44 def initialize() super("Syntax error: #{}") end |