Exception: Idnow::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/idnow/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ Exception

Returns a new instance of Exception.



5
6
7
# File 'lib/idnow/exception.rb', line 5

def initialize(message)
  super("Request to IDnow failed: #{message}")
end