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