class NemID::Errors::OCES004Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::OCESError::new
# 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