X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_EmptyVariableException.php;h=1fae65454c27e0b4692e1e20248668b571c065b3;hp=7fa7f48e3ac6af16cd98cbf329e578af8966c49f;hb=2230a2e7e09b6b47fe3d68181a28a4435c1732e6;hpb=0e9b4c76519b80ed1369936f56a68cea65aff56d diff --git a/inc/classes/exceptions/main/class_EmptyVariableException.php b/inc/classes/exceptions/main/class_EmptyVariableException.php index 7fa7f48e3a..1fae65454c 100644 --- a/inc/classes/exceptions/main/class_EmptyVariableException.php +++ b/inc/classes/exceptions/main/class_EmptyVariableException.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -25,13 +25,13 @@ class EmptyVariableException extends FrameworkException { /** * The constructor * - * @param $msgArray Message array holding all needed data - * @param $code Code number for the exception + * @param $msgArray Message array holding all needed data + * @param $code Code number for the exception * @return void */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Variable %s is not set.", + $message = sprintf("[%s:%d] Variable %s is not set.", $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]