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

13 lines
212 B
PHP

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