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.



68
69
70
# File 'lib/gnip_api/errors.rb', line 68

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