Raised if an application cannot be found or loaded.
| 35 | |
| 36 | |
| 37 | class NoAppException(click.UsageError): |
| 38 | """Raised if an application cannot be found or loaded.""" |
| 39 | |
| 40 | |
| 41 | def find_best_app(module: ModuleType) -> Flask: |
no outgoing calls
no test coverage detected