Exception: Houston::NotConfigured
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Houston::NotConfigured
- Defined in:
- lib/configuration.rb
Instance Method Summary collapse
-
#initialize(message = "Houston has not been configured. Please load config/config.rb before calling Houston.config") ⇒ NotConfigured
constructor
A new instance of NotConfigured.
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( = "Houston has not been configured. Please load config/config.rb before calling Houston.config") super end |