Lines Matching refs:throw

366             throw new WindowsException(err);
475 throw new WindowsException(err);
494 throw new WindowsException(err);
899 if (args.empty) throw new RangeError();
905 throw new ProcessException(text("Executable file not found: ", args[0]));
928 throw ProcessException.newFromErrno("Failed to open working directory");
931 throw ProcessException.newFromErrno("Failed to stat working directory");
933 throw new ProcessException("Not a directory: " ~ cast(string) workDir);
951 throw ProcessException.newFromErrno("Could not create pipe to check startup of child");
965 throw ProcessException.newFromErrno("Could not create pipe to get process pid");
990 throw ProcessException.newFromErrno("Failed to spawn new process");
1162throw ProcessException.newFromErrno(lastError, "Could not read from pipe to get child status");
1196 throw ProcessException.newFromErrno(error, errorMsg);
1197 throw new ProcessException(errorMsg);
1203throw ProcessException.newFromErrno("Could not read from pipe to get detached process id");
1297 if (commandLine.empty) throw new RangeError("Command line is empty");
1330 throw new StdioException(
1358throw ProcessException.newFromLastError("Failed to spawn process \"" ~ cast(string) program ~ '"');
2322 throw ProcessException.newFromLastError("Wait failed.");
2326 throw ProcessException.newFromLastError();
2640 if (codeOrSignal < 0) throw new ProcessException("Invalid exit code");
2644 throw new ProcessException("Invalid process handle");
2646 throw ProcessException.newFromLastError();
2652 throw ProcessException.newFromErrno();
2756 throw new StdioException("Unable to create pipe");
2760 throw new StdioException("Cannot open read end of pipe");
2764 throw new StdioException("Cannot open write end of pipe");
2776 throw new StdioException(
2796 throw new StdioException("Error attaching pipe (" ~ e.msg ~ ")",
3002 throw new StdioException("Cannot create pipe for stdout AND "
3016 throw new StdioException("Cannot create pipe for stderr AND "
3184 throw new Error("Child process' standard input stream hasn't "
3200 throw new Error("Child process' standard output stream hasn't "
3216 throw new Error("Child process' standard error stream hasn't "