APIException.php 183 B

123456789101112
  1. <?php
  2. /**
  3. * API Exception Stub
  4. *
  5. * Generic parent class for API exceptions.
  6. *
  7. * @package Elgg.Core
  8. * @subpackage Exceptions.Stub
  9. */
  10. class APIException extends Exception {}