class ServerErrorStatusOperator(StatusOperator):
    """
    Asserts HTTP response status should be a server error (`500`-`599`).

    Example::