Initial import of current development status
[shipsimu.git] / ship-simu / application / ship-simu / exceptions / class_DeckShipMismatchException.php
1 <?php
2
3 // Unsere eigene Exception!
4 class DeckShipMismatchException extends FrameworkException {
5 }
6
7 // [EOF]
8 ?>