class NemID::Errors::CAN005Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CANError::new
# File lib/nemid/errors/can.rb, line 54 def initialize @da = "Det tog for lang tid, før du godkendte den anmodning, du havde " \ "sendt til din nøgleapp" @en = "You took too long to authenticate the request you had sent to " \ "your code app." super end