AppException constructor

AppException([
  1. String? message
])

Creates a new instance of AppException.

The message parameter can be used to provide a custom message that describes the exception. It is optional and can be null.

Implementation

AppException([String? message]);