Exception: Twitter::Error::AlreadyRetweeted
- Inherits:
-
Twitter::Error
- Object
- StandardError
- Twitter::Error
- Twitter::Error::AlreadyRetweeted
- Defined in:
- lib/twitter/error/already_retweeted.rb
Overview
Raised when a Tweet has already been retweeted
Constant Summary collapse
- MESSAGE =
"sharing is not permissible for this status (Share validations failed)"
Constants inherited from Twitter::Error
Instance Attribute Summary
Attributes inherited from Twitter::Error
#rate_limit, #wrapped_exception
Method Summary
Methods inherited from Twitter::Error
#backtrace, descendants, errors, #initialize
Constructor Details
This class inherits a constructor from Twitter::Error