summaryrefslogtreecommitdiff
path: root/plugins/Irc/extlib/phergie/Phergie/Plugin/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Irc/extlib/phergie/Phergie/Plugin/Exception.php')
-rwxr-xr-xplugins/Irc/extlib/phergie/Phergie/Plugin/Exception.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Irc/extlib/phergie/Phergie/Plugin/Exception.php b/plugins/Irc/extlib/phergie/Phergie/Plugin/Exception.php
index fd07d9d5e..ca4d53fed 100755
--- a/plugins/Irc/extlib/phergie/Phergie/Plugin/Exception.php
+++ b/plugins/Irc/extlib/phergie/Phergie/Plugin/Exception.php
@@ -110,4 +110,11 @@ class Phergie_Plugin_Exception extends Phergie_Exception
* plugin
*/
const ERR_FATAL_ERROR = 13;
+
+ /**
+ * Error indicating that a class specified to be used for iterating
+ * plugins cannot be found by the autoloader or does not extend
+ * FilterIterator
+ */
+ const ERR_INVALID_ITERATOR_CLASS = 14;
}