CAPTCHA support basicly finished (weak CAPTCHA!)
[shipsimu.git] / inc / classes / main / helper / class_BaseHelper.php
index 2c0c3c8b3a88fcd0302f90a9ad7ef5f978016b61..adb1f0145301e409b01635409bb13bf355516fb2 100644 (file)
@@ -23,9 +23,9 @@
  */
 class BaseHelper extends BaseFrameworkSystem {
        // Exception constants
-       const EXCEPTION_XML_PARSER_ERROR  = 0xe00;
-       const EXCEPTION_XML_NODE_UNKNOWN  = 0xe01;
-       const EXCEPTION_XML_NODE_MISMATCH = 0xe02;
+       const EXCEPTION_XML_PARSER_ERROR  = 0x1e0;
+       const EXCEPTION_XML_NODE_UNKNOWN  = 0x1e1;
+       const EXCEPTION_XML_NODE_MISMATCH = 0x1e2;
 
        /**
         * Rendered content created by the helper class