Kanboard-Prod/vendor/OAuth/Common/Exception/Exception.php

11 lines
125 B
PHP
Executable File

<?php
namespace OAuth\Common\Exception;
/**
* Generic library-level exception.
*/
class Exception extends \Exception
{
}