Exception: ExceptionHunter::Notifiers::MisconfiguredNotifiers

Inherits:
StandardError
  • Object
show all
Defined in:
lib/exception_hunter/notifiers/misconfigured_notifiers.rb

Overview

Error raised when there’s a malformed notifier.

Instance Method Summary collapse

Constructor Details

#initialize(notifier) ⇒ MisconfiguredNotifiers

Returns a new instance of MisconfiguredNotifiers.



5
6
7
# File 'lib/exception_hunter/notifiers/misconfigured_notifiers.rb', line 5

def initialize(notifier)
  super("Notifier has incorrect configuration: #{notifier.inspect}")
end