]> 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 dcd2590b23b1d6fa99bc3befad0c99ae672e3940..8daaa2426bb4260c93d5c605626045fdcdc34d6e 100644 (file)
@@ -1,10 +1,10 @@
 <?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
- * @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
  *
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class ItemNotInPriceListException extends FrameworkException {
-       public function __construct (BaseFrameworkSystem $class, $code) {
+       public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[Merchant:] Preis f&uuml;r den Artikel <u>%s</u> <em><u>%s</u></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