Files
pictshare/storage-controllers/s3/Aws/Ssm/Exception/SsmException.php
2020-01-05 03:11:41 +01:00

10 lines
168 B
PHP

<?php
namespace Aws\Ssm\Exception;
use Aws\Exception\AwsException;
/**
* Amazon EC2 Simple Systems Manager exception.
*/
class SsmException extends AwsException {}