Promise.except

Undocumented in source. Be warned that the author may not have intended to support it.
interface Promise(T_)
nothrow
Promise!void
except
(
E
U
)
(
U delegate
(
E e
)
cb
)
if (
is(Promisify!U.T == void) &&
is(E : Exception)
)

Meta