dolibarr/htdocs/includes/OAuth/Common/Exception/Exception.php

11 lines
125 B
PHP
Raw Permalink Normal View History

2015-10-21 18:23:35 +02:00
<?php
namespace OAuth\Common\Exception;
/**
* Generic library-level exception.
*/
class Exception extends \Exception
{
}