Exception: Pastee::Errors::InvalidKeyError
- Inherits:
-
StandardError
- Object
- StandardError
- Pastee::Errors::InvalidKeyError
- Defined in:
- lib/pastee/errors.rb
Overview
Error for error code 401.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
28 29 30 |
# File 'lib/pastee/errors.rb', line 28 def 'Error code 401: The key provided was invalid.' end |