Searched refs:InternalShellError (Results 1 – 1 of 1) sorted by relevance
27 class InternalShellError(Exception): class274 raise InternalShellError("'cd' supports only one argument")288 raise InternalShellError("'export' supports only one argument")298 raise InternalShellError(360 raise InternalShellError(cmd, "Unsupported: 'mkdir': %s" % str(err))370 raise InternalShellError(cmd, "Error: 'mkdir' is missing an operand")396 raise InternalShellError(cmd, "Unsupported: 'rm': %s" % str(err))409 raise InternalShellError(cmd, "Error: 'rm' is missing an operand")520 raise InternalShellError(cmd, "Unsupported redirect: %r" % ((op, filename),))531 raise InternalShellError(cmd, "Unsupported redirect for stdin")[all …]