]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ExceptionNotFoundException.php
code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / main / class_ExceptionNotFoundException.php
index 131e732cb35fea5a06c3c7f122d5de4191722a75..33867ae4d2d2718d7ed1e70828cfba6452b87b56 100644 (file)
@@ -29,7 +29,7 @@ class ExceptionNotFoundException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct (array $classArray, $code) {
+       public function __construct (array $classArray, $code) {
                // Cast the array
                $classArray = (array) $classArray;