Just package:faktory

catchJust is like catch but it takes an extra argument which is an exception predicate, a function which selects which type of exceptions we're interested in.
Flipped catchJust.
A variant of try that takes an exception predicate to select which exceptions are caught.