Promise.reject

Reject this promise, with the given exception.

class Promise(T, E : Throwable = Exception)
void
reject
(
E e
)

Meta