]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_ShipNotConstructedException.php
(no commit message)
[shipsimu.git] / application / ship-simu / exceptions / class_ShipNotConstructedException.php
diff --git a/application/ship-simu/exceptions/class_ShipNotConstructedException.php b/application/ship-simu/exceptions/class_ShipNotConstructedException.php
new file mode 100644 (file)
index 0000000..07b9bb9
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+// Unsere eigene Exception!
+class ShipNotConstructedException extends FrameworkException {
+}
+
+// [EOF]
+?>