1
0
mirror of synced 2025-03-23 16:33:54 +03:00

11 lines
162 B
PHP
Raw Normal View History

2010-03-05 16:36:48 +00:00
<?php
namespace Doctrine\Common;
/**
* Base exception class for package Doctrine\Common
* @author heinrich
*
*/
class CommonException extends \Exception {
}