Raised when a config file is found in both the plain file directory and the current working directory.
| 85 | |
| 86 | |
| 87 | class AmbiguousConfigFileError(Exception): |
| 88 | """Raised when a config file is found in both the plain file directory and the current working directory.""" |
| 89 | |
| 90 | pass |
| 91 | |
| 92 | |
| 93 | class RenderCancelledError(Exception): |
no outgoing calls
no test coverage detected