Exception: Wayback::Error::AlreadyFavorited

Inherits:
Wayback::Error
  • Object
show all
Defined in:
lib/wayback/error/already_favorited.rb

Overview

Raised when a Tweet has already been favorited

Constant Summary collapse

MESSAGE =
"You have already favorited this status"

Constants inherited from Wayback::Error

EnhanceYourCalm, RateLimited

Instance Attribute Summary

Attributes inherited from Wayback::Error

#wrapped_exception

Method Summary

Methods inherited from Wayback::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from Wayback::Error