Exception: NemID::Errors::APP002Error
- Inherits:
-
APPError
- Object
- StandardError
- ResponseError
- APPError
- NemID::Errors::APP002Error
- Defined in:
- lib/nemid/errors/app.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize(msg = "Correct the sign text. [JS Client: See tool at " \ "/developers/signtextviewer.jsp]") ⇒ APP002Error
constructor
A new instance of APP002Error.
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 |