]> git.mxchange.org Git - shipsimu.git/blobdiff - tests/old/loader-test.php
No longer thrown exceptions deprecated (still some there), naming-convention todo...
[shipsimu.git] / tests / old / loader-test.php
index 1b9dc3a36e17b174078c994372d377e6f074d5ba..f87b31ae1c49d3b63e87539d187c7310e9e82321 100644 (file)
@@ -152,14 +152,6 @@ try {
        die(sprintf("[Main:] Object not saved for following reason: <span class=\"exception_reason\">%s</span><br />\n",
                $e->getMessage()
        ));
-} catch (GetterNotFoundException $e) {
-       die(sprintf("[Main:] Object not saved for following reason: <span class=\"exception_reason\">%s</span><br />\n",
-               $e->getMessage()
-       ));
-} catch (NoArrayCreatedException $e) {
-       die(sprintf("[Main:] Object not saved for following reason: <span class=\"exception_reason\">%s</span><br />\n",
-               $e->getMessage()
-       ));
 } catch (InvalidArrayCountException $e) {
        die(sprintf("[Main:] Object not saved for following reason: <span class=\"exception_reason\">%s</span><br />\n",
                $e->getMessage()