123456789101112131415 |
- <?php
- namespace Doctrine\Common\Proxy\Exception;
- /**
- * Base exception interface for proxy exceptions.
- *
- * @link www.doctrine-project.org
- * @since 2.4
- * @author Marco Pivetta <ocramius@gmail.com>
- *
- * @deprecated The Doctrine\Common\Proxy component is deprecated, please use ocramius/proxy-manager instead.
- */
- interface ProxyException
- {
- }
|