class NemID::Errors::AUTHError

Constants

DA_SUPPORT_URL
EN_SUPPORT_URL

Public Class Methods

new(msg="The service provider is recommended to refer the user " \ "to NemID support.") click to toggle source
Calls superclass method
# File lib/nemid/errors/auth.rb, line 7
def initialize(msg="The service provider is recommended to refer the user " \
  "to NemID support.")  
  super(msg)
end