Exception: Kameleoon::Exception::CredentialsNotFound
- Inherits:
-
NotFound
- Object
- StandardError
- KameleoonError
- NotFound
- Kameleoon::Exception::CredentialsNotFound
- Defined in:
- lib/kameleoon/exceptions.rb
Overview
Credentials Not Found
Instance Method Summary collapse
-
#initialize ⇒ CredentialsNotFound
constructor
A new instance of CredentialsNotFound.
Constructor Details
#initialize ⇒ CredentialsNotFound
Returns a new instance of CredentialsNotFound.
49 50 51 |
# File 'lib/kameleoon/exceptions.rb', line 49 def initialize super('Credentials') end |