Exception: BlabberMouth::Errors::UnconvertedNotifier

Inherits:
StandardError
  • Object
show all
Defined in:
lib/blabber_mouth/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeUnconvertedNotifier

:nodoc:



5
6
7
# File 'lib/blabber_mouth/errors.rb', line 5

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