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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Single Sign-On** service.
 */
class SSOException extends AwsException {}