Exception: NemID::Errors::CAN004Error

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

#initializeCAN004Error

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