Fix missing exception docs

This commit is contained in:
Ethan Paul 2020-11-12 19:38:48 -05:00
parent b0bee11272
commit a7cde7a9ab
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -8,6 +8,7 @@ All exceptions should inherit from the common base exception :exc:`ToxPoetryInst
+-- LockedDepVersionConflictError +-- LockedDepVersionConflictError
+-- LockedDepNotFoundError +-- LockedDepNotFoundError
+-- ExtraNotFoundError +-- ExtraNotFoundError
+-- LockedDepsRequiredError
""" """