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

13 lines
202 B
PHP

<?php
namespace AsyncAws\S3\Exception;
use AsyncAws\Core\Exception\Http\ClientException;
/**
* The specified bucket does not exist.
*/
final class NoSuchBucketException extends ClientException
{
}