View file upload/engine/classes/composer/vendor/async-aws/core/src/Exception/RuntimeException.php
<?php
declare(strict_types=1);
namespace AsyncAws\Core\Exception;
class RuntimeException extends \RuntimeException implements Exception
{
}
<?php
declare(strict_types=1);
namespace AsyncAws\Core\Exception;
class RuntimeException extends \RuntimeException implements Exception
{
}