X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fexceptions%2Fclass_ItemNotInPriceListException.php;h=8daaa2426bb4260c93d5c605626045fdcdc34d6e;hp=4f75ef6d2b00f8639635f15d9587faca2e16c125;hb=5bf79580029c4f6ee71e6c9e7890169e4b344def;hpb=d527a312ec4b2983fc0ecda2179ce335c1a5a1f9 diff --git a/application/ship-simu/exceptions/class_ItemNotInPriceListException.php b/application/ship-simu/exceptions/class_ItemNotInPriceListException.php index 4f75ef6..8daaa24 100644 --- a/application/ship-simu/exceptions/class_ItemNotInPriceListException.php +++ b/application/ship-simu/exceptions/class_ItemNotInPriceListException.php @@ -1,6 +1,6 @@ * @version 0.0.0 @@ -24,9 +24,8 @@ class ItemNotInPriceListException extends FrameworkException { public function __construct (FrameworkInterface $class, $code) { // Add a message around the missing class - $message = sprintf("[Merchant:] Preis für den Artikel %s %s nicht gefunden.", - $class->__toString(), - $class->getObjectDescription() + $message = sprintf("[Merchant:] Preis für den Artikel %s nicht gefunden.", + $class->__toString() ); // Call parent constructor