PromiseError.PromiseError

template PromiseError(P)
static if(is(P == Promise!(T, E), T, E))
alias PromiseError = E

Meta