I have one task that I want to do:
def task(body): # some logic that which can throw an exception # if something goes wrong do_task(body)