FrappeStorageException constructor

const FrappeStorageException(
  1. String message, {
  2. String? code,
  3. dynamic originalError,
  4. StackTrace? originalStackTrace,
  5. Map<String, dynamic> context = const {},
  6. String? operation,
})

Implementation

const FrappeStorageException(
  super.message, {
  super.code,
  super.originalError,
  super.originalStackTrace,
  super.context,
  this.operation,
});