]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_FormOpenedException.php
Added new interfaces Handleable/-DataSet and ProtocolHandler (no content yet).
[core.git] / inc / classes / exceptions / helper / class_FormOpenedException.php
index 33e365063ce33a0eade6db333703043543df607d..d8d391255103a3e58ce14baba0f6d3ca0cfb8172 100644 (file)
@@ -3,11 +3,11 @@
  * An exception thrown when the form is still opened but we e.g. shall flush
  * the content.
  *
- * @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 - 2014 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
@@ -32,7 +32,7 @@ class FormOpenedException extends FrameworkException {
         */
        public function __construct (BaseHelper $helperInstance, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Form is not yet closed. Close it with method <u>%s::addFormTag()</u> and add no parameters.",
+               $message = sprintf('[%s:%d] Form is not yet closed. Close it with method <u>%s::addFormTag()</u> and add no parameters.',
                        $helperInstance->__toString(),
                        $this->getLine(),
                        $helperInstance->__toString()