ERR_CLASS_NOT_FOUND = 2
[line 43]
Error indicating that an attempt was made to locate the class for a
specified plugin, but the class could not be found
ERR_CLASS_NOT_INSTANTIABLE = 4
[line 56]
Error indicating that an attempt was made to locate the class for a
specified plugin, but that the found class cannot be instantiated
ERR_DIRECTORY_NOT_READABLE = 1
[line 37]
Error indicating that a path containing plugins was specified, but
did not reference a readable directory
ERR_FATAL_ERROR = 13
[line 112]
Error indicating that a fatal runtime issue was encountered within a
plugin
ERR_INCORRECT_BASE_CLASS = 3
[line 50]
Error indicating that an attempt was made to locate the class for a
specified plugin, but that the found class did not extend the base plugin class
ERR_INVALID_CALL = 12
[line 106]
Error indicating that a call was made to a nonexistent plugin method
and that its __call() implementation did not process that call as an attempt to trigger an event - this is intended to aid in debugging of such situations
ERR_INVALID_ITERATOR_CLASS = 14
[line 119]
Error indicating that a class specified to be used for iterating
plugins cannot be found by the autoloader or does not extend FilterIterator
ERR_NO_CONFIG_HANDLER = 6
[line 68]
Error indicating that an attempt was made to access the configuration
handler before one had been set
ERR_NO_CONNECTION = 9
[line 86]
Error indicating that an attempt was made to access the connection
before one had been set
ERR_NO_EVENT = 10
[line 92]
Error indicating that an attempt was made to access the current
incoming event before one had been set
ERR_NO_EVENT_HANDLER = 8
[line 80]
Error indicating that an attempt was made to access the event
handler before one had been set
ERR_NO_PLUGIN_HANDLER = 7
[line 74]
Error indicating that an attempt was made to access the plugin
handler before one had been set
ERR_PLUGIN_NOT_LOADED = 5
[line 62]
Error indicating that an attempt was made to access a plugin that had
not been loaded and autoloading was not enabled to load it
ERR_REQUIREMENT_UNSATISFIED = 11
[line 98]
Error indicating that a dependency of the plugin was unavailable at
the time that an attempt was made to load it