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

  • APIException
  • CallException
  • ClassException
  • DatabaseException
  • DataFormatException
  • LoginException
  • Overview
  • Package
  • Class
  • Tree
 1: <?php
 2: /**
 3:  * Call Exception Stub
 4:  *
 5:  * Generic parent class for Call exceptions
 6:  *
 7:  * @package    Elgg.Core
 8:  * @subpackage Exceptions.Stub
 9:  */
10: class CallException extends Exception {}
11: 
API documentation generated by ApiGen 2.8.0