code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / main / class_GetterNotFoundException.php
index bb25fdb806e82c41cee15eed3bc0f5a1d66b94c0..64a402b2a3e2b19522001ae0d38f1019f30edd06 100644 (file)
@@ -29,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;