AppException constructor

AppException(
  1. String status,
  2. String statusMessage,
  3. bool success
)

Creates an AppException with the given status, statusMessage, and success.

Implementation

AppException(this.status, this.statusMessage, this.success);