Exception: Idnow::AuthenticationException

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

Instance Method Summary collapse

Constructor Details

#initializeAuthenticationException

Returns a new instance of AuthenticationException.



20
21
22
# File 'lib/idnow/exception.rb', line 20

def initialize
  super('Not authenticaton token found, please log in first')
end