]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_InvalidContractPartnerException.php
Type-hints fixed, header docs fixed, exceptions deprecated
[shipsimu.git] / application / ship-simu / exceptions / class_InvalidContractPartnerException.php
index 992e34e1bdaf94f0dec2b6c89b1a81eb2e5ad72b..db363ae60311d125c4a459d81ae9d26e96e25f95 100644 (file)
@@ -6,7 +6,7 @@
  * @version            0.0.0
  * @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
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,9 +22,9 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class InvalidContractPartnerException extends FrameworkException {
-       public function __construct (BaseFrameworkSystem $class, $code) {
+       public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:] <u>%s</u> ist kein g&uuml;tiger Vertragspartner.",
+               $message = sprintf("[%s:] <span id=\"exception_reason\">%s</span> ist kein g&uuml;tiger Vertragspartner.",
                        $class->__toString(),
                        $class->getObjectDescription()
                );