LTI Integration Library  3.1.0
PHP class library for building LTI integrations
OAuthException.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ceLTIc\LTI\OAuth;
4 
12 class OAuthException extends \Exception
13 {
14  // pass
15 }
Class to represent an OAuth Exception.