Exception: NemID::Errors::CAN002Error
- Inherits:
-
CANError
- Object
- StandardError
- ResponseError
- CANError
- NemID::Errors::CAN002Error
- Defined in:
- lib/nemid/errors/can.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize(msg = "The service provider must send the user to a sensible " \ "place, taking into account where the user is in the flow.") ⇒ CAN002Error
constructor
A new instance of CAN002Error.
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 |