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