Exception: Consolle::Errors::LoadError

Inherits:
ExecutionError show all
Defined in:
lib/consolle/errors.rb

Overview

Load error (missing gem, file, etc.)

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ LoadError

Returns a new instance of LoadError.



58
59
60
# File 'lib/consolle/errors.rb', line 58

def initialize(message)
  super("Load error: #{message}")
end