Exception: Veeqo::Errors::Unauthorized
- Inherits:
-
RequestError
- Object
- StandardError
- RequestError
- Veeqo::Errors::Unauthorized
- Defined in:
- lib/veeqo/errors/unauthorized.rb
Instance Method Summary collapse
Methods inherited from RequestError
Instance Method Details
#explanation ⇒ Object
4 5 6 |
# File 'lib/veeqo/errors/unauthorized.rb', line 4 def explanation "A request to Veeqo API was sent without a valid authentication" end |