Promise.reject

Resolves promise and calles then onError callback

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

Meta