userver: en/testsuite/mockserver/exceptions.py Source File
Loading...
Searching...
No Matches
exceptions.py
1from testsuite.utils import traceback
2
3
4class BaseError(Exception):
5 """Base class for exceptions from this package."""
6
7
9 pass
10
11
16__tracebackhide__ = traceback.hide(BaseError)