DelayedMessageHandlingException
extends RuntimeException
in package
When handling queued messages from {@link DispatchAfterCurrentBusMiddleware}, some handlers caused an exception. This exception contains all those handler exceptions.
Tags
Table of Contents
Properties
- $exceptions : array<string|int, mixed>
Methods
- __construct() : mixed
- getExceptions() : array<string|int, mixed>
Properties
$exceptions
private
array<string|int, mixed>
$exceptions
Methods
__construct()
public
__construct(array<string|int, mixed> $exceptions) : mixed
Parameters
- $exceptions : array<string|int, mixed>
getExceptions()
public
getExceptions() : array<string|int, mixed>