View file phpBB3/vendor/carlos-mg89/oauth/src/OAuth/Common/Exception/Exception.php

File size: 125B
<?php

namespace OAuth\Common\Exception;

/**
 * Generic library-level exception.
 */
class Exception extends \Exception
{
}