ExceptionHandler

typealias ExceptionHandler<T> = suspend (Throwable) -> T(source)