* @copyright Copyright 2016 Akamai Technologies, Inc. All rights reserved. * @license Apache 2.0 * @link https://github.com/akamai-open/AkamaiOPEN-edgegrid-php * @link https://developer.akamai.com * @link https://developer.akamai.com/introduction/Client_Auth.html */ namespace Akamai\Open\EdgeGrid\Authentication\Exception\SignerException; use Akamai\Open\EdgeGrid\Authentication\Exception\SignerException; /** * Class InvalidSignDataException * @package Akamai\Open\EdgeGrid\Authentication */ class InvalidSignDataException extends SignerException { }