Searched refs:InternalShellError (Results 1 – 1 of 1) sorted by relevance
13 class InternalShellError(Exception): class155 raise InternalShellError(cmd,"unsupported shell operator: '&'")238 raise InternalShellError(j,"Unsupported redirect: %r" % (r,))247 raise InternalShellError(j,"Unsupported redirect for stdin")254 raise InternalShellError(j,"Unsupported redirect on stdout")307 raise InternalShellError(j, '%r: command not found' % j.args[0])329 … raise InternalShellError(j, 'Could not create process ({}) due to {}'.format(executable, e))456 except InternalShellError: