FileLogFormatException constructor
const
FileLogFormatException({
- required String operation,
- String? path,
- Object? cause,
- StackTrace? stackTrace,
Implementation
const FileLogFormatException({
required super.operation,
super.path,
super.cause,
super.stackTrace,
}) : super(kind: 'format');