class Idnow::AuthenticationException
Public Class Methods
new()
click to toggle source
Calls superclass method
Idnow::Exception::new
# File lib/idnow/exception.rb, line 20 def initialize super('Not authenticaton token found, please log in first') end