class ExceptionHunter::Notifiers::MisconfiguredNotifiers

Error raised when there's a malformed notifier.

Public Class Methods

new(notifier) click to toggle source
Calls superclass method
# File lib/exception_hunter/notifiers/misconfigured_notifiers.rb, line 5
def initialize(notifier)
  super("Notifier has incorrect configuration: #{notifier.inspect}")
end