SimliException constructor
Constructor for creating a SimliException with a
specified errorCode
and message
.
Implementation
SimliException(this.errorCode, this.message);
Constructor for creating a SimliException with a
specified errorCode
and message
.
SimliException(this.errorCode, this.message);