Exception: Gnip::UndefinedMessage

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

Instance Method Summary collapse

Constructor Details

#initializeUndefinedMessage

Returns a new instance of UndefinedMessage.


43
44
45
# File 'lib/gnip_api/errors.rb', line 43

def initialize 
  @message = 'Could not recognize message received'
end