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