Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -158,19 +158,19 @@ public class RecipeHandler implements IRecipeHandler
|
||||
}
|
||||
|
||||
}
|
||||
catch (RecipeError e1)
|
||||
catch (RecipeError ignored)
|
||||
{
|
||||
|
||||
}
|
||||
catch (MissedIngredientSet e1)
|
||||
catch (MissedIngredientSet ignored)
|
||||
{
|
||||
|
||||
}
|
||||
catch (RegistrationError e1)
|
||||
catch (RegistrationError ignored)
|
||||
{
|
||||
|
||||
}
|
||||
catch (MissingIngredientError e1)
|
||||
catch (MissingIngredientError ignored)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user