]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/controller/class_DefaultControllerException.php
Opps, forgot this.
[core.git] / inc / classes / exceptions / controller / class_DefaultControllerException.php
index 0415afbd1a3483708117a208a1298a7a8fe3a6bb..922762c084aa343d3a034b0b5163efbd1ffc580b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when the default controller is missing
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.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
@@ -31,7 +31,7 @@ class DefaultControllerException extends FrameworkException {
         */
        public function __construct (ControllerResolver $resolverInstance, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolve default controller <span class=\"exception_reason\">(%s)</span>. Maybe missing?",
+               $message = sprintf('[%s:%d] Cannot resolve default controller <span class="exception_reason">(%s)</span>. Maybe missing?',
                        $resolverInstance->__toString(),
                        $this->getLine(),
                        $resolverInstance->getClassName()