Exception: NemID::Errors::CAN004Error
- Inherits:
-
CANError
- Object
- StandardError
- ResponseError
- CANError
- NemID::Errors::CAN004Error
- Defined in:
- lib/nemid/errors/can.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAN004Error
constructor
A new instance of CAN004Error.
Constructor Details
#initialize ⇒ CAN004Error
Returns a new instance of CAN004Error.
46 47 48 49 50 |
# File 'lib/nemid/errors/can.rb', line 46 def initialize @da = "Sessionen er afbrudt. Forsøg igen." @en = "The session is cancelled. Please try again." super end |