Exception: NemID::Errors::OCES004Error

Inherits:
OCESError show all
Defined in:
lib/nemid/errors/oces.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeOCES004Error

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