]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/helper/class_BaseHelper.php
Continued:
[core.git] / framework / main / classes / helper / class_BaseHelper.php
index 0651d0c196c1dfc63d11467a2968a8f5d5c30e1e..b6545819801dc7d29d5b2cb98b9031e6597d2f38 100644 (file)
@@ -597,7 +597,7 @@ abstract class BaseHelper extends BaseFrameworkSystem {
                // The $valueInstance attribute should not be null!
                if (is_null($this->getValueInstance())) {
                        // Throws an exception here
-                       throw new NullPointerException($this, self::EXCEPTION_IS_NULL_POINTER);
+                       throw new NullPointerException($this, FrameworkInterface::EXCEPTION_IS_NULL_POINTER);
                }
 
                // Is the field set?