class NemID::Errors::APP002Error

Public Class Methods

new(msg="Correct the sign text. [JS Client: See tool at " \ "/developers/signtextviewer.jsp]") click to toggle source
Calls superclass method NemID::Errors::APPError::new
# 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