Continued:
[core.git] / inc / main / classes / mailer / debug / class_DebugMailer.php
index 6740d0cab65f48aa0bc88fc1dd25c5bd454ecffa..fefa2800214ce7c76e5b5b3e9ada135bfb5ab499 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Mailer\Debug;
 
 // Import framework stuff
+use CoreFramework\Generic\NullPointerException;
 use CoreFramework\Manager\ManageableApplication;
 use CoreFramework\Template\CompileableTemplate;
 
@@ -102,7 +103,7 @@ class DebugMailer extends BaseMailer implements DeliverableMail {
                                        // Is the value instance there?
                                        if (!isset($recipientList['values'][$variable])) {
                                                // Throw exception
-                                               throw new NullPointerException ($this, self::EXCEPTION_IS_NULL_POINTER);
+                                               throw new NullPointerException($this, self::EXCEPTION_IS_NULL_POINTER);
                                        } // END - if
 
                                        // Get the field from the value instance