X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fexceptions%2Fclass_ItemNotTradeableException.php;h=b4ea989f038c06f25f217b93e3d05697e62ad8e4;hp=496e4b08c5ba6e58584a84401169f22454816d26;hb=1d128d8532290e84885d09d2d3f0060abd08e49e;hpb=ace5ab5addea14f33c3576db5fae85f82d247d87 diff --git a/application/ship-simu/exceptions/class_ItemNotTradeableException.php b/application/ship-simu/exceptions/class_ItemNotTradeableException.php index 496e4b0..b4ea989 100644 --- a/application/ship-simu/exceptions/class_ItemNotTradeableException.php +++ b/application/ship-simu/exceptions/class_ItemNotTradeableException.php @@ -19,14 +19,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ class ItemNotTradeableException extends FrameworkException { public function __construct (array $classArray, $code) { // Add a message around the missing class $message = sprintf("[%s:] %s ist nicht handelbar!", $classArray[0]->__toString(), - $classArray[1]->getPartDescr() + $classArray[1]->getObjectDescription() ); // Call parent constructor