newdesigngestionnaire/vendor/aws/aws-sdk-php/src/Exception/CommonRuntimeException.php

8 lines
96 B
PHP
Executable File

<?php
namespace Aws\Exception;
class CommonRuntimeException extends \RuntimeException
{
}