e.g.: ``` python def my_function(*a, **kw): with SomeLimit(name='first', total=4): .... with SomeLimit(name='second', total=4): .... ``` so from the error message it's clear which one failed