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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Cognito Identity Provider** service.
 */
class CognitoIdentityProviderException extends AwsException {}