AutoCacheException constructor
AutoCacheException({
- required String message,
- required String code,
- required StackTrace stackTrace,
Implementation
AutoCacheException({
required super.message,
required super.code,
required super.stackTrace,
}) {
LogService.instance.logException(this);
}