Exception: Kameleoon::Exception::CredentialsNotFound

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

Overview

Credentials Not Found

Instance Method Summary collapse

Constructor Details

#initializeCredentialsNotFound

Returns a new instance of CredentialsNotFound.



49
50
51
# File 'lib/kameleoon/exceptions.rb', line 49

def initialize
  super('Credentials')
end