Method: NemID::Errors::AUTH005Error#initialize
- Defined in:
- lib/nemid/errors/auth.rb
#initialize ⇒ AUTH005Error
Returns a new instance of AUTH005Error.
44 45 46 47 48 49 50 |
# File 'lib/nemid/errors/auth.rb', line 44 def initialize @da = "Dit NemID er spærret. Kontakt NemID support " \ "#{DA_SUPPORT_URL}." @en = "Your NemID has been blocked. Please contact NemID support. " \ "#{EN_SUPPORT_URL}" super end |