Exception: NemID::Errors::CAN002Error

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

#initialize(msg = "The service provider must send the user to a sensible " \ "place, taking into account where the user is in the flow.") ⇒ CAN002Error

Returns a new instance of CAN002Error.



27
28
29
30
31
32
# File 'lib/nemid/errors/can.rb', line 27

def initialize(msg="The service provider must send the user to a sensible " \
  "place, taking into account where the user is in the flow.")
  @da = "Du har afbrudt login."
  @en = "You have cancelled login."
  super
end