class Pastee::Errors::TooManyRequestsError

Error for error code 429.

Public Instance Methods

message() click to toggle source
# File lib/pastee/errors.rb, line 42
def message
  'Error code 429: Too many pastes have been submitted with the given API key.'
end