Exception: Passfort::Errors::UnknownApiError

Inherits:
APIError
  • Object
show all
Defined in:
lib/passfort/errors/unknown_api_error.rb

Overview

Specific error class for when an unknown error is returned

Instance Attribute Summary

Attributes inherited from APIError

#errors, #response

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ UnknownApiError

Returns a new instance of UnknownApiError.



7
8
9
# File 'lib/passfort/errors/unknown_api_error.rb', line 7

def initialize(*args)
  super("Unknown API error", *args)
end