Exception: DBots::Err::Unauthorized
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- DBots::Err::Unauthorized
- Defined in:
- lib/dbots/err.rb
Overview
Raised when an API key is invalid or incorrect.
Instance Method Summary collapse
-
#message ⇒ Object
The default message for the error.
Instance Method Details
#message ⇒ Object
The default message for the error
7 8 9 |
# File 'lib/dbots/err.rb', line 7 def 'Invalid API key!' end |