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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS SSO Identity Store** service.
 */
class IdentityStoreException extends AwsException {}