X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fresult%2Fclass_InvalidDatabaseResultException.php;h=3e0aeceb74008695b25f44bb790ea8c9c46335d3;hp=2a610998f288416a9f1f1c55160f92ad7a51eb5f;hb=4b88c118b615335d06bd74e444173d21aef4406c;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae diff --git a/inc/classes/exceptions/result/class_InvalidDatabaseResultException.php b/inc/classes/exceptions/result/class_InvalidDatabaseResultException.php index 2a610998..3e0aeceb 100644 --- a/inc/classes/exceptions/result/class_InvalidDatabaseResultException.php +++ b/inc/classes/exceptions/result/class_InvalidDatabaseResultException.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -29,7 +29,7 @@ class InvalidDatabaseResultException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct(array $msgArray, $code) { + public function __construct (array $msgArray, $code) { // Construct the message $message = sprintf("[%s:%d] Database instance %s contains invalid entries.", $msgArray[0]->__toString(),