ManagerException constructor

ManagerException(
  1. ManagerErrorType type,
  2. String message,
  3. {Object? detail}
)

Implementation

ManagerException(this.type, this.message, {this.detail});