]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_ItemNotInPriceListException.php
Renamed to match with new name
[shipsimu.git] / application / ship-simu / exceptions / class_ItemNotInPriceListException.php
index 798e18c3eb8abde625a42ec5bbea668f3e4b6a91..984f638c10cb454964ad38ae43b4ce27faecbbd8 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, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -24,7 +24,7 @@
 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> nicht gefunden.",
+               $message = sprintf("[Merchant:] Preis f&uuml;r den Artikel <span class=\"exception_reason\">%s</span> nicht gefunden.",
                        $class->__toString()
                );