cushion v0.0.0 (2019-06-25T13:23:49Z)
Dub
Repo
isExceptionHandler.isExceptionHandler
cushion
core
isExceptionHandler
Undocumented in source.
enum
bool
isExceptionHandler
;
enum
bool
isExceptionHandler
;
template
isExceptionHandler
(Handler)
static if
(!(
isHandler!Handler && is(HandlerReturnType!Handler == void) && (is(HandlerParameters!Handler == AliasSeq!(Exception)) || is(HandlerParameters!Handler == AliasSeq!(Throwable)))
))
enum
bool
isExceptionHandler
;
Meta
Source
See Implementation
cushion
core
isExceptionHandler
variables
isExceptionHandler