ProxyException.php 177 B

123456789101112
  1. <?php
  2. namespace Doctrine\Common\Proxy\Exception;
  3. /**
  4. * Base exception interface for proxy exceptions.
  5. *
  6. * @link www.doctrine-project.org
  7. */
  8. interface ProxyException
  9. {
  10. }