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