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