class NemID::Errors::CAN004Error
Public Class Methods
new()
click to toggle source
Calls superclass method
NemID::Errors::CANError::new
# 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