For stuff that are expected.
| 14 | |
| 15 | |
| 16 | class HacsExpectedException(HacsException): |
| 17 | """For stuff that are expected.""" |
| 18 | |
| 19 | |
| 20 | class HacsRepositoryExistException(HacsException): |
no outgoing calls
no test coverage detected
searching dependent graphs…