View file upload/engine/classes/composer/vendor/async-aws/core/src/Exception/Exception.php
<?php
declare(strict_types=1);
namespace AsyncAws\Core\Exception;
/**
* All exceptions implements this interface.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*/
interface Exception extends \Throwable
{
}