AppException constructor
Creates an AppException with the given status, statusMessage, and success.
Implementation
AppException(this.status, this.statusMessage, this.success);
Creates an AppException with the given status, statusMessage, and success.
AppException(this.status, this.statusMessage, this.success);