Exception: Conjuror::NoConfigurationLoadedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/conjuror.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "You must call 'use' to load the appropriate configuration.") ⇒ NoConfigurationLoadedError

Returns a new instance of NoConfigurationLoadedError.



11
12
13
# File 'lib/conjuror.rb', line 11

def initialize message = "You must call 'use' to load the appropriate configuration."
  super
end