Seditio Source
Root |
./othercms/phpBB3/vendor/lusitanian/oauth/src/OAuth/Common/Exception/Exception.php
<?php

namespace OAuth\Common\Exception;

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