Method: Idnow::Exception#initialize
- Defined in:
- lib/idnow/exception.rb
#initialize(message) ⇒ Exception
Returns a new instance of Exception.
3 4 5 |
# File 'lib/idnow/exception.rb', line 3 def initialize() super("Request to IDnow failed: #{}") end |