Files
Kanboard-Prod/vendor/OAuth/Common/Exception/Exception.php
2014-05-03 22:24:03 -04:00

11 lines
125 B
PHP
Executable File

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