new-admin-api/vendor/async-aws/s3/src/Exception/BucketAlreadyExistsExceptio...

14 lines
317 B
PHP

<?php
namespace AsyncAws\S3\Exception;
use AsyncAws\Core\Exception\Http\ClientException;
/**
* The requested bucket name is not available. The bucket namespace is shared by all users of the system. Select a
* different name and try again.
*/
final class BucketAlreadyExistsException extends ClientException
{
}