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