Custom exceptions¶
Custom exceptions
Some custom excetions.
Functions:
Name | Description |
---|---|
RepositoryAccessException |
Exception raised when the external repository is not accessible or does not exist. |
RepositoryAccessException
¶
Bases: Exception
Exception raised when the external repository is not accessible or does not exist.
Source code in app/dcsp/app/functions/custom_exceptions.py
10 11 12 13 14 15 16 |
|