mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-17 05:28:01 +00:00
10 lines
168 B
PHP
10 lines
168 B
PHP
<?php
|
|
namespace Aws\Ssm\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Amazon EC2 Simple Systems Manager exception.
|
|
*/
|
|
class SsmException extends AwsException {}
|