RepositoryException constructor

RepositoryException(
  1. RepositoryErrorType type,
  2. String message,
  3. {Object? detail}
)

Implementation

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