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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Systems Manager for SAP** service.
 */
class SsmSapException extends AwsException {}