Source of file Exception.php
Size: 0,583 Bytes - Last Modified: 2016-08-28T19:38:31+00:00
/Users/dshafik/src/akamai-open/edgegrid-auth-php/src/Exception.php
12345678910111213141516171819202122 | <?php /** * Akamai {OPEN} EdgeGrid Auth for PHP * * Provides Request Signing as per * {@see https://developer.akamai.com/introduction/Client_Auth.html} * as GuzzleHttp a Middleware Handlers * * @author Davey Shafik <dshafik@akamai.com> * @copyright Copyright 2015 Akamai Technologies, Inc. All rights reserved. * @license Apache 2.0 * @link https://github.com/akamai-open/edgegrid-auth-php * @link https://developer.akamai.com * @link https://developer.akamai.com/introduction/Client_Auth.html */ namespace Akamai\Open\EdgeGrid; class Exception extends \Exception { } |