Searched refs:InternalShellError (Results 1 – 1 of 1) sorted by relevance
28 class InternalShellError(Exception): class286 raise InternalShellError(cmd, "'cd' supports only one argument")304 raise InternalShellError(cmd, "'popd' does not support arguments")306 raise InternalShellError(cmd, "popd: directory stack empty")313 raise InternalShellError("'export' supports only one argument")323 raise InternalShellError(421 raise InternalShellError(cmd, "Unsupported: 'rm': %s" % str(err))566 raise InternalShellError(cmd, "Bad redirect")581 raise InternalShellError(cmd, "Unsupported: glob in "694 raise InternalShellError(j, "Error: '!' requires a"[all …]