Current path: home/webdevt/www/schtroumpf.fr/vendor/doctrine/common/lib/Doctrine/Common/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/doctrine/common/lib/Doctrine
<?php
namespace Doctrine\Common;
use Exception;
/**
* Base exception class for package Doctrine\Common.
*
* @deprecated The doctrine/common package is deprecated, please use specific packages and their exceptions instead.
*/
class CommonException extends Exception
{
}