Source code for test_server.error

# Copyright 2015-2017 Gregory Petukhov (lorien@lorien.name)
# *
# Licensed under the MIT License
__all__ = ('TestServerError',)


[docs]class TestServerError(Exception): pass