Exception: NemID::Errors::SRV007Error
- Inherits:
-
SRVError
- Object
- StandardError
- ResponseError
- SRVError
- NemID::Errors::SRV007Error
- Defined in:
- lib/nemid/errors/srv.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ SRV007Error
constructor
A new instance of SRV007Error.
Constructor Details
#initialize ⇒ SRV007Error
Returns a new instance of SRV007Error.
40 41 42 43 44 |
# File 'lib/nemid/errors/srv.rb', line 40 def initialize super @da = "Opdater venligst til nyeste version af appen." @en = "Please update to the most recent version of the app." end |