UnexpectedUseCaseException constructor
const
UnexpectedUseCaseException(
- String message, [
- StackTrace? stackTrace
Implementation
const UnexpectedUseCaseException(super.message, [super.stackTrace]);