]> git.mxchange.org Git - shipsimu.git/blob - ship-simu/application/ship-simu/exceptions/class_DeckShipMismatchException.php
TODO: We should find something better than BaseFrameworkSystem as a type-hint
[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 ?>