Exception: Mack::Errors::UnconvertedNotifier

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mack-notifier/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeUnconvertedNotifier

:nodoc:



5
6
7
# File 'lib/mack-notifier/errors.rb', line 5

def initialize # :nodoc:
  super("You must convert the Mack::Notifier object first!")
end