View file upload/engine/classes/composer/vendor/async-aws/core/src/Exception/Exception.php

File size: 219B
<?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
{
}