UseCaseException constructor

const UseCaseException(
  1. String message, [
  2. StackTrace? stackTrace
])

Implementation

const UseCaseException(this.message, [this.stackTrace]);