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