whitelabel-plugins-update-s.../aws/Aws/Ssm/Exception/SsmException.php
2024-05-13 16:09:03 +05:00

9 lines
168 B
PHP

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