Exception: NemID::Errors::CAN005Error

Inherits:
CANError show all
Defined in:
lib/nemid/errors/can.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeCAN005Error

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