aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/NotImplementedException.php
blob: 1937665e0ff5b44c6aa5769eb93441b40cdca7bd (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * NotImplementedException
 * Thrown when a method or function has not been implemented, primarily used in development... you should
 * not see these!
 *
 * @package Elgg
 * @subpackage Exceptions
 */
class NotImplementedException extends CallException {}