Overview

Packages

  • ClipIt
    • clipit
      • api
    • urjc
      • backend
  • Elgg
    • Core
      • Access
      • Authentication
      • Cache
      • Caches
      • Core
      • DataMode
        • Site
      • DataModel
        • Annotations
        • Entities
        • Extender
        • File
        • Importable
        • Loggable
        • Notable
        • Object
        • User
      • DataStorage
      • Exception
      • Exceptions
        • Stub
      • FileStore
        • Disk
      • Groups
      • Helpers
      • HMAC
      • Memcache
      • Metadata
      • Navigation
      • ODD
      • Output
      • Plugins
        • Settings
      • Sessions
      • SocialModel
        • Friendable
        • Locatable
      • WebServicesAPI
      • Widgets
      • XML
      • XMLRPC
    • Exceptions
      • Stub
  • None
  • PHP

Exceptions

  • ExportException
  • ImportException
  • IncompleteEntityException
  • InstallationException
  • InvalidClassException
  • InvalidParameterException
  • IOException
  • NotificationException
  • NotImplementedException
  • PluginException
  • SecurityException
  • Overview
  • Package
  • Class
  • Tree
 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: class NotImplementedException extends CallException {}
11: 
API documentation generated by ApiGen 2.8.0