LTI Integration Library 4.10.3
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
OAuthException.php
1<?php
2
3namespace ceLTIc\LTI\OAuth;
4
12class OAuthException extends \Exception
13{
14 // pass
15}
Class to represent an OAuth Exception.