From a7cde7a9aba9f2d96a9cc63b1dd29c29bc6c2937 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 12 Nov 2020 19:38:48 -0500 Subject: [PATCH] Fix missing exception docs --- tox_poetry_installer/exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tox_poetry_installer/exceptions.py b/tox_poetry_installer/exceptions.py index 4ecd9b8..86102fd 100644 --- a/tox_poetry_installer/exceptions.py +++ b/tox_poetry_installer/exceptions.py @@ -8,6 +8,7 @@ All exceptions should inherit from the common base exception :exc:`ToxPoetryInst +-- LockedDepVersionConflictError +-- LockedDepNotFoundError +-- ExtraNotFoundError + +-- LockedDepsRequiredError """