Exception: NemID::Errors::OCES004Error
- Inherits:
-
OCESError
- Object
- StandardError
- ResponseError
- OCESError
- NemID::Errors::OCES004Error
- Defined in:
- lib/nemid/errors/oces.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ OCES004Error
constructor
A new instance of OCES004Error.
Constructor Details
#initialize ⇒ OCES004Error
Returns a new instance of OCES004Error.
52 53 54 55 56 |
# File 'lib/nemid/errors/oces.rb', line 52 def initialize @da = "Du kan kun bruge dette NemID til netbank." @en = "You can only use this NemID for your online banking service." super end |