]> git.mxchange.org Git - shipsimu.git/blobdiff - tests/old/personell-test.php
No longer thrown exceptions deprecated (still some there), naming-convention todo...
[shipsimu.git] / tests / old / personell-test.php
index 3a674207f6bf52871d5b49b1487d1c4002ebc3cb..622c2c79819676d9b9a0b1362d99e73dcd4f996a 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()