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