Lines Matching refs:InternalShellError
13 class InternalShellError(Exception):
155 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: