X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_InvalidControllerException.php;h=374c167fbe56731bdb3a32416b5b81b5308d24f8;hp=a3043d7eafecd1b35b72c49e3ccaa52a058c8f22;hb=6c3818520d6154bcfa00024102d66cbb6a322c40;hpb=55b327a3f5f2fe1d244532e07be7444e94b2a768 diff --git a/inc/classes/exceptions/main/class_InvalidControllerException.php b/inc/classes/exceptions/main/class_InvalidControllerException.php index a3043d7..374c167 100644 --- a/inc/classes/exceptions/main/class_InvalidControllerException.php +++ b/inc/classes/exceptions/main/class_InvalidControllerException.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 InvalidControllerInstanceException extends FrameworkException { /** * The constructor * - * @param $msgArray Array with data from the exception point - * @param $code Code number for the exception + * @param $msgArray Array with data from the exception point + * @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] Invalid controller %s detected.", + $message = sprintf("[%s:%d] Invalid controller %s detected.", $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]