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.



48
49
50
# File 'lib/gnip_api/errors.rb', line 48

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