<?php

namespace Aws\CognitoIdentity\Exception;

use Aws\Common\Exception\ServiceResponseException;

/**
 * Exception thrown by the CognitoIdentity service client.
 */
class CognitoIdentityException extends ServiceResponseException {}
