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