<?php

namespace Aws\CognitoSync\Exception;

use Aws\Common\Exception\ServiceResponseException;

/**
 * Exception thrown by the CognitoSync service client.
 */
class CognitoSyncException extends ServiceResponseException {}
