Thrown if a fatal error occurs that requires terminating the shell. The cause of the error should be logged to stderr before raising this exception.
| 117 | |
| 118 | |
| 119 | class FatalShellException(Exception): |
| 120 | """Thrown if a fatal error occurs that requires terminating the shell. The cause of the |
| 121 | error should be logged to stderr before raising this exception.""" |
| 122 | pass |
| 123 | |
| 124 | |
| 125 | class QueryOptionDisplayModes: |
no outgoing calls
no test coverage detected