From cdb4a4e19b096cdbf1356e28287238122fc3599c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:21:11 +0200 Subject: Adding upstream version 0.6.0+dfsg1. Signed-off-by: Daniel Baumann --- src/installer/exceptions.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/installer/exceptions.py (limited to 'src/installer/exceptions.py') diff --git a/src/installer/exceptions.py b/src/installer/exceptions.py new file mode 100644 index 0000000..01f044a --- /dev/null +++ b/src/installer/exceptions.py @@ -0,0 +1,9 @@ +"""Errors raised from this package.""" + + +class InstallerError(Exception): + """All exceptions raised from this package's code.""" + + +class InvalidWheelSource(InstallerError): + """When a wheel source violates a contract, or is not supported.""" -- cgit v1.2.3