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.



675
676
677
# File 'lib/configuration.rb', line 675

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