Kyle

Results 1 comments of Kyle

Thanks for the answer. It seems that `CallNotPermittedException` is a specific exception used in the `Resilience4j` framework. ```java // as is import io.github.resilience4j.circuitbreaker.CallNotPermittedException; factory.create(name).run( () -> { /* block */...