Exception raised when project operations fail
| 7 | pass |
| 8 | |
| 9 | class ProjectException(Exception): |
| 10 | """ Exception raised when project operations fail """ |
| 11 | pass |
| 12 | |
| 13 | class ExternalLinkException(Exception): |
| 14 | """ Exception raised when external library/location operations fail """ |
no outgoing calls
no test coverage detected