X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=ship-simu%2Fapplication%2Fship-simu%2Fexceptions%2Fclass_ShipPartNotConstructableException.php;fp=ship-simu%2Fapplication%2Fship-simu%2Fexceptions%2Fclass_ShipPartNotConstructableException.php;h=0000000000000000000000000000000000000000;hb=ff66822b5fb6a92f5dc8af55290ecb89ec7f1aaf;hp=338386ef3018075cbb337238328fcdc738118054;hpb=d3dc161881e77cb39100a7d9220f520a5375bb26;p=shipsimu.git diff --git a/ship-simu/application/ship-simu/exceptions/class_ShipPartNotConstructableException.php b/ship-simu/application/ship-simu/exceptions/class_ShipPartNotConstructableException.php deleted file mode 100644 index 338386e..0000000 --- a/ship-simu/application/ship-simu/exceptions/class_ShipPartNotConstructableException.php +++ /dev/null @@ -1,17 +0,0 @@ -%s ist nicht constrierbar!", - $partArray[0] - ); - - // Call parent constructor - parent::__construct($message, $code); - } -} - -// [EOF] -?>