Exception: Authentise::API::UnknownResponseCodeError

Inherits:
Error
  • Object
show all
Defined in:
lib/authentise/api.rb

Overview

Other response codes

Instance Method Summary collapse

Constructor Details

#initialize(code, message) ⇒ UnknownResponseCodeError

Returns a new instance of UnknownResponseCodeError.



16
17
18
# File 'lib/authentise/api.rb', line 16

def initialize(code, message)
  super("(#{code}) #{message}")
end