Exception: Houston::NotConfigured
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Houston::NotConfigured
- Defined in:
- lib/houston/boot/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.
447 448 449 |
# File 'lib/houston/boot/configuration.rb', line 447 def initialize( = "Houston has not been configured. Please load config/config.rb before calling Houston.config") super end |