]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ConfigEntryNotFoundException.php
code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / main / class_ConfigEntryNotFoundException.php
index b83567f55d64bc337b8c9728b0891de02dc59d96..b753bdf93a7a75261340060e77856eeb94047514 100644 (file)
@@ -29,7 +29,7 @@ class ConfigEntryNotFoundException 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;