All XML-parsing-related stuff refactured to new XmlParser class
[core.git] / inc / classes / main / helper / class_BaseHelper.php
index 7a0a77b6c1cbf0584bbb8e86a6bfb9abffbb18c6..ff4646f749a7cb2d9e5318b3845e2eddd635bded 100644 (file)
@@ -63,9 +63,6 @@ class BaseHelper extends BaseFrameworkSystem {
        private $totalCounter = 0;
 
        // Exception constants
-       const EXCEPTION_XML_PARSER_ERROR             = 0x1e0;
-       const EXCEPTION_XML_NODE_UNKNOWN             = 0x1e1;
-       const EXCEPTION_XML_NODE_MISMATCH            = 0x1e2;
        const EXCEPTION_GROUP_NOT_OPENED             = 0x1e3;
        const EXCEPTION_GROUP_ALREADY_FOUND          = 0x1e4;
        const EXCEPTION_SUB_GROUP_ALREADY_FOUND      = 0x1e5;