X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fexceptions%2Fclass_InvalidContractPartnerException.php;h=fd53633890e9231ed6e0f9ee37a7574256e75c55;hp=394ced8dca190581f275e73747cbe0b38e9f238f;hb=2b7c3e43b2fe0f3c5ae0455d13fa7743b638049f;hpb=d527a312ec4b2983fc0ecda2179ce335c1a5a1f9 diff --git a/application/ship-simu/exceptions/class_InvalidContractPartnerException.php b/application/ship-simu/exceptions/class_InvalidContractPartnerException.php index 394ced8..fd53633 100644 --- a/application/ship-simu/exceptions/class_InvalidContractPartnerException.php +++ b/application/ship-simu/exceptions/class_InvalidContractPartnerException.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, 2009 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -24,9 +24,8 @@ class InvalidContractPartnerException extends FrameworkException { public function __construct (FrameworkInterface $class, $code) { // Add a message around the missing class - $message = sprintf("[%s:] %s ist kein gütiger Vertragspartner.", - $class->__toString(), - $class->getObjectDescription() + $message = sprintf("[%s:] Kein gütiger Vertragspartner.", + $class->__toString() ); // Call parent constructor