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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS SSO OIDC** service.
 */
class SSOOIDCException extends AwsException {}