UnexpectedUseCaseException constructor

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

Implementation

const UnexpectedUseCaseException(super.message, [super.stackTrace]);