Exception: Pastee::Errors::TooManyRequestsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pastee/errors.rb

Overview

Error for error code 429.

Instance Method Summary collapse

Instance Method Details

#messageObject



42
43
44
# File 'lib/pastee/errors.rb', line 42

def message
  'Error code 429: Too many pastes have been submitted with the given API key.'
end