StorageException constructor

const StorageException(
  1. String message, {
  2. String? error,
  3. String? statusCode,
})

Implementation

const StorageException(this.message, {this.error, this.statusCode}) : super();