ServiceException<T> constructor
const
ServiceException<T> (
- T failure, {
- Object? cause,
- StackTrace? trace,
Create an exception.
Implementation
const ServiceException(this.failure, {this.cause, this.trace});