Option C Tools
Loading...
Searching...
No Matches
git.GitError Class Reference
Inheritance diagram for git.GitError:
[legend]
Collaboration diagram for git.GitError:
[legend]

Detailed Description

Base class for every error raised by :mod:`oct.core.git`.

Callers that want a catch-all should catch ``GitError``; the
specific subclasses exist to distinguish "missing binary" from
"timeout" from "command failed" so that higher-level CLI commands
can render tailored error messages.

Definition at line 118 of file git.py.


The documentation for this class was generated from the following file:
  • G:/PythonApps/Option_C/oct/oct/core/git.py