| Current Path : /var/www/html/demo.sumar.com.py/lib/ltiprovider/src/OAuth/ |
| Current File : /var/www/html/demo.sumar.com.py/lib/ltiprovider/src/OAuth/OAuthException.php |
<?php
namespace IMSGlobal\LTI\OAuth;
/**
* Class to represent an %OAuth Exception
*
* @copyright Andy Smith
* @version 2008-08-04
* @license https://opensource.org/licenses/MIT The MIT License
*/
class OAuthException extends \Exception {
// pass
}