func errorLifeCycleHandler()

in fc/life_cycle_handler.go [25:29]


func errorLifeCycleHandler(e error) fcLifeCycleHandler {
	return func(ctx context.Context) {
		panic(e)
	}
}