Skip to content
Snippets Groups Projects
Commit 6dfb623a authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

link to twisted tickets related to this

parent 1356eb79
Branches
No related tags found
1 merge request!282Depend on Tahoe-LAFS 1.17.1
......@@ -52,6 +52,10 @@ from .model import Voucher
RETRY_INTERVAL = timedelta(milliseconds=1000)
# It would be nice to have frozen exception types but Failure.cleanFailure
# interacts poorly with these.
# https://twistedmatrix.com/trac/ticket/9641
# https://twistedmatrix.com/trac/ticket/9771
@attr.s(auto_attribs=True)
class UnexpectedResponse(Exception):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment