Raised when the git repository is in an invalid state.
| 55 | |
| 56 | |
| 57 | class InvalidGitRepositoryError(Exception): |
| 58 | """Raised when the git repository is in an invalid state.""" |
| 59 | |
| 60 | pass |
| 61 | |
| 62 | |
| 63 | class InvalidLiquidVariableName(Exception): |
no outgoing calls
no test coverage detected