Promise.except

Registers catch callback, equivalent to then(null, ErrorCallback)

class Promise(T, E : Throwable = Exception)
Promise!(S, F)
except
(
S
F = E
)
(
S delegate
(
F
)
onCatch
)

Meta