Exception: WarningsLogger::Configuration::NotConfiguredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/warnings_logger/configuration.rb

Instance Method Summary collapse

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")