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.

[View source]

56
57
58
# File 'lib/gnip_api/errors.rb', line 56

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