class NemID::Errors::APP001Error

Public Class Methods

new(msg="Fix the integration issue. [JS Client: See tool at " \ "/developers/validateparameters.jsp]") click to toggle source
Calls superclass method NemID::Errors::APPError::new
# File lib/nemid/errors/app.rb, line 14
def initialize(msg="Fix the integration issue. [JS Client: See tool at " \
  "/developers/validateparameters.jsp]")
  super
end