Exception: Houston::NotConfigured

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/configuration.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Houston has not been configured. Please load config/config.rb before calling Houston.config") ⇒ NotConfigured

Returns a new instance of NotConfigured.



672
673
674
# File 'lib/configuration.rb', line 672

def initialize(message = "Houston has not been configured. Please load config/config.rb before calling Houston.config")
  super
end