StorageException.noDefaultBucket constructor

StorageException.noDefaultBucket()

Implementation

StorageException.noDefaultBucket()
    : this(
          'no-default-bucket',
          "No default bucket found. Did you set the 'storageBucket' property "
              'when initializing the app?');