ClassNotFoundException.php 204 B

1234567891011
  1. <?php
  2. /**
  3. * Class not found
  4. *
  5. * Thrown when trying to load a class that doesn't exist.
  6. *
  7. * @package Elgg.Core
  8. * @subpackage Exceptions
  9. */
  10. class ClassNotFoundException extends \ClassException {}