Class Twitter::Error::InternalServerError
In: lib/twitter/error/internal_server_error.rb
Parent: Twitter::Error::ServerError

Raised when Twitter returns the HTTP status code 500

Constants

HTTP_STATUS_CODE = 500
MESSAGE = "Something is technically wrong."

[Validate]