code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / io / class_FilePointerNotOpenedException.php
index fd4e541788324ea4097c6683cfa8aa86daf22dbe..9c7a8a8914b584173b9e501ae00a6307beb23cf0 100644 (file)
@@ -29,7 +29,7 @@ class FilePointerNotOpenedException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($path, $code) {
+       public function __construct ($path, $code) {
                // Add a message around the missing class
                $message = sprintf("F&uuml;r die Datei <u>%s</u> konnte kein Pointer initialisiert werden. M&ouml;glicherweise ist die Datei nicht lesbar oder fehlt!", $path);