Version 1
[yaffs-website] / vendor / php-instagram-api / php-instagram-api / Instagram / Core / ApiAuthException.php
1 <?php
2
3 /**
4 * Instagram PHP
5 * @author Galen Grover <galenjr@gmail.com>
6 * @license http://opensource.org/licenses/mit-license.php The MIT License
7 */
8
9 namespace Instagram\Core;
10
11 /**
12  * API Auth Exception
13  *
14  * This exception type will be thrown if the access token you are using is no longer valid.
15  *
16  * {@link https://github.com/galen/PHP-Instagram-API/blob/master/Examples/index.php#L39}
17  */
18 class ApiAuthException extends \Instagram\Core\ApiException {}