__all__ = ('TestServerError',)


class TestServerError(Exception):
    pass
