blob: d6eb9ce52a0cc17f66349241fd88bfa32b1bfbc8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* APIException
* The API Exception class, thrown by the API layer when an API call has an issue.
*
* @author Curverider Ltd <info@elgg.com>
* @package Elgg
* @subpackage Exceptions
*/
class APIException extends Exception {}
|