Make a Task that will trivially yield an Exception.
Declared in <folly/coro/Task.h>
<folly/coro/Task.h>
template<class T> Task<T> makeErrorTask(exception_wrapper ew);
a Task that completes with the given exception.