summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Exception/CommonRuntimeException.php
blob: d17cd3a70d24f6787170006ba72f7a3183284443 (plain)
1
2
3
4
5
6
7
<?php
namespace Aws\Exception;

class CommonRuntimeException extends \RuntimeException
{
    
}