A lot deprecated exceptions removed, todo-builder.sh added, TODOs.txt added (built)
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index e15af40017603d2c5fddc56df98c467b07eeae18..91d3d0253b95d7419644c9b21a8a704ef9b56f19 100644 (file)
@@ -101,7 +101,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        /***********************
         * Exception codes.... *
         ***********************/
-
+       // @todo Try to clean these constants up
        const EXCEPTION_IS_NULL_POINTER              = 0x001;
        const EXCEPTION_IS_NO_OBJECT                 = 0x002;
        const EXCEPTION_IS_NO_ARRAY                  = 0x003;