Exception: WarningsLogger::Configuration::NotConfiguredError
- Inherits:
-
StandardError
- Object
- StandardError
- WarningsLogger::Configuration::NotConfiguredError
- Defined in:
- lib/warnings_logger/configuration.rb
Instance Method Summary collapse
-
#initialize(example) ⇒ NotConfiguredError
constructor
A new instance of NotConfiguredError.
Constructor Details
#initialize(example) ⇒ NotConfiguredError
45 46 47 48 49 50 51 |
# File 'lib/warnings_logger/configuration.rb', line 45 def initialize(example) super(" You need to configure WarningsLogger before you can use it! For example:\n\n \#{example}\n MESSAGE\nend\n") |