1: <?php 2: /**
3: * NotImplementedException
4: * Thrown when a method or function has not been implemented, primarily used
5: * in development... you should not see these!
6: *
7: * @package Elgg.Core
8: * @subpackage Exception
9: */10: classNotImplementedExceptionextends CallException {}
11: