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.
672 673 674 |
# File 'lib/configuration.rb', line 672 def initialize( = "Houston has not been configured. Please load config/config.rb before calling Houston.config") super end |