Home | History | Annotate | Download | only in common_lib

Lines Matching refs:error_class

130     def gitcmd(self, cmd, ignore_status=False, error_class=None,
137 underlying command runner. NB: Passing in an error_class
139 @param error_class: When ignore_status is False, optional error
142 @param error_msg: When passed with error_class, used as a friendly
148 ignore_status = ignore_status or error_class is not None
151 if rv.exit_status != 0 and error_class is not None:
155 raise error_class(error_msg if error_msg is not None
280 error_class=GitResetError,
333 error_class=GitError,
337 error_class=GitError,
348 error_class=GitError,
351 error_class=GitError,
354 error_class=GitError,