Exception: NemID::Errors::SRV008Error
- Inherits:
-
SRVError
- Object
- StandardError
- ResponseError
- SRVError
- NemID::Errors::SRV008Error
- Defined in:
- lib/nemid/errors/srv.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize(msg = 'Fix the integration issue.') ⇒ SRV008Error
constructor
A new instance of SRV008Error.
Constructor Details
#initialize(msg = 'Fix the integration issue.') ⇒ SRV008Error
Returns a new instance of SRV008Error.
48 49 50 51 52 |
# File 'lib/nemid/errors/srv.rb', line 48 def initialize(msg='Fix the integration issue.') super @da = "Der er opstået en teknisk fejl. Kontakt support." @en = "A technical error has occurred. Contact support." end |