Exception: Idnow::ConnectionException

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

Instance Method Summary collapse

Constructor Details

#initialize(exception) ⇒ ConnectionException

Returns a new instance of ConnectionException.



11
12
13
# File 'lib/idnow/exception.rb', line 11

def initialize(exception)
  super("#{exception.class}, #{exception.message}")
end