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