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