throwstd::runtime_error("Item to remove not found in container store");
{
error<<"Item '"<<item.mBase.getCellRef().getRefId()<<"' was not found in container store to remove";
throwstd::runtime_error(error.str());
}
elseif(removed<static_cast<int>(count))
throwstd::runtime_error("Not enough items in the stack to remove");
{
error<<"Not enough items '"<<item.mBase.getCellRef().getRefId()<<"' in the stack to remove ("<<static_cast<int>(count)<<" requested, "<<removed<<" found)";