aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/APIException.php
blob: a16ea3e6259b8abcb6fe74d14025d9f3d08f2dc7 (plain)
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 {}