MCPcopy Index your code
hub / github.com/git/git / P4Exception

Class P4Exception

git-p4.py:784–788  ·  view source on GitHub ↗

Base class for exceptions from the p4 client.

Source from the content-addressed store, hash-verified

782
783
784class P4Exception(Exception):
785 """Base class for exceptions from the p4 client."""
786
787 def __init__(self, exit_code):
788 self.p4ExitCode = exit_code
789
790
791class P4ServerException(P4Exception):

Callers 1

p4CmdListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected