ExceptionInterceptorInterface
in
Exception interceptor provides the ability to let workflow know if exception should be treated as fatal (stops execution) or must only fail the task execution (with consecutive retry).
Table of Contents
Methods
- isRetryable() : bool
Methods
isRetryable()
public
isRetryable(Throwable $e) : bool
Parameters
- $e : Throwable