Exception: Kameleoon::Exception::CredentialsNotFound

Inherits:
NotFound show all
Defined in:
lib/kameleoon/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeCredentialsNotFound

Returns a new instance of CredentialsNotFound.



34
35
36
# File 'lib/kameleoon/exceptions.rb', line 34

def initialize
  super("Credentials")
end