Promise.exception

Undocumented in source. Be warned that the author may not have intended to support it.
class Promise(T)
@property @trusted inout
inout(Exception)
exception
()
if (
!is(Unqual!T : Exception) &&
!is(Unqual!T : Promise!K,
K
)
)

Meta