class Kameleoon::Exception::CredentialsNotFound

Public Class Methods

new() click to toggle source
Calls superclass method Kameleoon::Exception::NotFound::new
# File lib/kameleoon/exceptions.rb, line 34
def initialize
  super("Credentials")
end