www.gusucode.com > Elgg PHP开源SNS系统 V1.12.5源码程序 > elgg-1.12.5/mod/web_services/classes/NotImplementedException.php

    <?php
/**
 * NotImplementedException
 * Thrown when a method or function has not been implemented, primarily used
 * in development... you should not see these!
 *
 * @package    Elgg.Core
 * @subpackage Exception
 */
class NotImplementedException extends CallException {}