ApiServiceException constructor
Creates a new ApiServiceException with the given message, statusCode and data.
Implementation
ApiServiceException(this.message, this.statusCode, this.data);
Creates a new ApiServiceException with the given message, statusCode and data.
ApiServiceException(this.message, this.statusCode, this.data);