]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/database/frontend/user/class_UserDatabaseFrontend.php
Continued:
[core.git] / framework / main / classes / database / frontend / user / class_UserDatabaseFrontend.php
index c0cae13571ea448d7d83e7a0290f96e824f776d4..fc8348ad678e588714ae206756c5349708415949 100644 (file)
@@ -113,7 +113,7 @@ class UserDatabaseFrontend extends BaseDatabaseFrontend implements ManageableAcc
                        // Is this null?
                        if (is_null($updateInstance)) {
                                // Throw an exception here
-                               throw new NullPointerException($this, self::EXCEPTION_IS_NULL_POINTER);
+                               throw new NullPointerException($this, FrameworkInterface::EXCEPTION_IS_NULL_POINTER);
                        }
 
                        // Get search instance from update instance
@@ -122,7 +122,7 @@ class UserDatabaseFrontend extends BaseDatabaseFrontend implements ManageableAcc
                        // Is it still null?
                        if (is_null($searchInstance)) {
                                // Throw an exception here
-                               throw new NullPointerException($updateInstance, self::EXCEPTION_IS_NULL_POINTER);
+                               throw new NullPointerException($updateInstance, FrameworkInterface::EXCEPTION_IS_NULL_POINTER);
                        }
                }