ModelStorageException constructor

const ModelStorageException(
  1. String message, [
  2. dynamic cause,
  3. String? operation
])

Implementation

const ModelStorageException(
  super.message, [
  super.cause,
  this.operation,
]);