File "OAuthException.php"
Full Path: /home/magiggjm/magistvandroids.com/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php
File size: 115 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Eher\OAuth;
/* Generic exception class
*/
class OAuthException extends \Exception {
// pass
}