]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_GetterNotFoundException.php
code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / main / class_GetterNotFoundException.php
index 95ecc95e0f896805bcd01b7a9e23e2ee2061433c..64a402b2a3e2b19522001ae0d38f1019f30edd06 100644 (file)
@@ -2,11 +2,12 @@
 /**
  * An exception thrown when a getter for an attribute was not found
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.3.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- *
+ * @link               http://www.mxchange.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
  * the Free Software Foundation, either version 3 of the License, or
@@ -28,7 +29,7 @@ class GetterNotFoundException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($dataArray, $code) {
+       public function __construct ($dataArray, $code) {
                // Cast the array
                $dataArray = (array) $dataArray;