]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/exceptions/class_NoShipyardsConstructedException.php
Continued:
[shipsimu.git] / application / shipsimu / exceptions / class_NoShipyardsConstructedException.php
index b7679939b6364fc019f7b083741dc1a6c92eff8d..0449ea6aad67c3f1a44fe4ac25b93ec75ca116b9 100644 (file)
@@ -30,7 +30,7 @@ class NoShipyardsConstructedException extends FrameworkException {
                        $message = sprintf("[%s:] Keine Werften gefunden!",
                                $class->__toString()
                        );
-               } // END - if
+               }
 
                // Call parent constructor
                parent::__construct($message, $code);