Exception: NemID::Errors::SRV006Error
- Inherits:
-
SRVError
- Object
- StandardError
- ResponseError
- SRVError
- NemID::Errors::SRV006Error
- Defined in:
- lib/nemid/errors/srv.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ SRV006Error
constructor
A new instance of SRV006Error.
Constructor Details
#initialize ⇒ SRV006Error
Returns a new instance of SRV006Error.
32 33 34 35 36 |
# File 'lib/nemid/errors/srv.rb', line 32 def initialize super @da = "Tidsgrænse er overskredet. Forsøg venligst igen." @en = "Time limit exceeded. Please try again." end |