StorageException.bucketNotFound constructor

StorageException.bucketNotFound(
  1. String bucket
)

Implementation

StorageException.bucketNotFound(String bucket)
    : this('bucket-not-found', "Bucket '$bucket' does not exist.");