Source code for schrodinger.test.performance.exceptions
[docs]class BadResponse(AssertionError):
"""When a http response status code does not match the expected."""
[docs]class BadResponse(AssertionError):
"""When a http response status code does not match the expected."""