StorageException constructor
const
StorageException(
- String message, [
- Object? error,
- StackTrace? stackTrace
Implementation
const StorageException(this.message, [this.error, this.stackTrace]);