Exception: Gnip::UndefinedMessage
- Inherits:
-
StandardError
- Object
- StandardError
- Gnip::UndefinedMessage
- Defined in:
- lib/gnip_api/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ UndefinedMessage
constructor
A new instance of UndefinedMessage.
Constructor Details
permalink #initialize ⇒ UndefinedMessage
Returns a new instance of UndefinedMessage.
56 57 58 |
# File 'lib/gnip_api/errors.rb', line 56 def initialize @message = 'Could not recognize message received' end |