Exception: DBots::Err::RequiresToken
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- DBots::Err::RequiresToken
- Defined in:
- lib/dbots/err.rb
Overview
Raised when an authorized endpoint does not have a token
Instance Method Summary collapse
-
#message ⇒ Object
The default message for the error.
Instance Method Details
#message ⇒ Object
The default message for the error
15 16 17 |
# File 'lib/dbots/err.rb', line 15 def 'This endpoint requires a token.' end |