Exception: Twitter::Error::NotFound
- Inherits:
-
ClientError
- Object
- StandardError
- Twitter::Error
- ClientError
- Twitter::Error::NotFound
- Defined in:
- lib/twitter/error/not_found.rb
Overview
Raised when Twitter returns the HTTP status code 404
Constant Summary collapse
- HTTP_STATUS_CODE =
404
Constants inherited from Twitter::Error
Instance Attribute Summary
Attributes inherited from Twitter::Error
#rate_limit, #wrapped_exception
Method Summary
Methods inherited from ClientError
Methods inherited from Twitter::Error
#backtrace, descendants, errors, #initialize
Constructor Details
This class inherits a constructor from Twitter::Error