Exception: Notifies::UnknownNotifierError

Inherits:
Error
  • Object
show all
Defined in:
lib/notifies.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UnknownNotifierError

Returns a new instance of UnknownNotifierError.



11
12
13
# File 'lib/notifies.rb', line 11

def initialize msg
  super "Unknown notifier(s) #{msg}"
end