Exception: NemID::Errors::APP002Error

Inherits:
APPError show all
Defined in:
lib/nemid/errors/app.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Correct the sign text. [JS Client: See tool at " \ "/developers/signtextviewer.jsp]") ⇒ APP002Error

Returns a new instance of APP002Error.



21
22
23
24
# File 'lib/nemid/errors/app.rb', line 21

def initialize(msg="Correct the sign text. [JS Client: See tool at " \
  "/developers/signtextviewer.jsp]")
  super
end