TODO: We should find something better than BaseFrameworkSystem as a type-hint
[shipsimu.git] / ship-simu / application / ship-simu / exceptions / class_CabinShipMismatchException.php
1 <?php
2
3 // Unsere eigene Exception!
4 class CabinShipMismatchException extends FrameworkException {
5 }
6
7 // [EOF]
8 ?>