class NemID::Errors::APP008Error

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 39
def initialize(msg="Fix the integration issue. [JS Client: See tool at " \
  "/developers/validateparameters.jsp]")
  super
end