]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_ItemNotInPriceListException.php
Typos fixed and special command resolver are now possible
[shipsimu.git] / application / ship-simu / exceptions / class_ItemNotInPriceListException.php
index 4f75ef6d2b00f8639635f15d9587faca2e16c125..8daaa2426bb4260c93d5c605626045fdcdc34d6e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * An exception thrown when the requested item is not in the pricing list
+ * An exception thrown when the requested item is not in pricing list
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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&uuml;r den Artikel <span id=\"exception_reason\">%s</span> <em><span id=\"exception_reason\">%s</span></em> nicht gefunden.",
-                       $class->__toString(),
-                       $class->getObjectDescription()
+               $message = sprintf("[Merchant:] Preis f&uuml;r den Artikel <span class=\"exception_reason\">%s</span> nicht gefunden.",
+                       $class->__toString()
                );
 
                // Call parent constructor