Exception: Consolle::Errors::LoadError
- Inherits:
-
ExecutionError
- Object
- StandardError
- Error
- ExecutionError
- Consolle::Errors::LoadError
- Defined in:
- lib/consolle/errors.rb
Overview
Load error (missing gem, file, etc.)
Instance Method Summary collapse
-
#initialize(message) ⇒ LoadError
constructor
A new instance of LoadError.
Constructor Details
#initialize(message) ⇒ LoadError
Returns a new instance of LoadError.
58 59 60 |
# File 'lib/consolle/errors.rb', line 58 def initialize() super("Load error: #{}") end |