Exception: ExceptionHunter::Notifiers::MisconfiguredNotifiers
- Inherits:
-
StandardError
- Object
- StandardError
- ExceptionHunter::Notifiers::MisconfiguredNotifiers
- Defined in:
- lib/exception_hunter/notifiers/misconfigured_notifiers.rb
Overview
Error raised when there’s a malformed notifier.
Instance Method Summary collapse
-
#initialize(notifier) ⇒ MisconfiguredNotifiers
constructor
A new instance of MisconfiguredNotifiers.
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 |