OAuth/src/JacobKiers/OAuth/OAuthException.php

23 lines
380 B
PHP

<?php
/**
* OAuth
*
* @package OAuth
* @author Andy Smith
* @author Gary Jones <gary@garyjones.co.uk>
* @license https://raw.github.com/jacobkiers/OAuth/master/LICENSE MIT
* @link https://github.com/jacobkiers/OAuth
*/
namespace JacobKiers\OAuth;
/**
* Generic exception class.
*
* @package OAuth
* @author Andy Smith
*/
class OAuthException extends \Exception
{
}