Exception: NemID::Errors::CAN005Error
- Inherits:
-
CANError
- Object
- StandardError
- ResponseError
- CANError
- NemID::Errors::CAN005Error
- Defined in:
- lib/nemid/errors/can.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAN005Error
constructor
A new instance of CAN005Error.
Constructor Details
#initialize ⇒ CAN005Error
Returns a new instance of CAN005Error.
54 55 56 57 58 59 60 |
# 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 |