CommonException.php 283 B

12345678910111213
  1. <?php
  2. namespace Doctrine\Common;
  3. /**
  4. * Base exception class for package Doctrine\Common.
  5. *
  6. * @author heinrich
  7. *
  8. * @deprecated The doctrine/common package is deprecated, please use specific packages and their exceptions instead.
  9. */
  10. class CommonException extends \Exception
  11. {
  12. }