platform/api/symfony/Component/Messenger/Exception/DelayedMessageHandlingException.yaml
2024-09-02 10:44:11 -07:00

34 lines
853 B
YAML

name: DelayedMessageHandlingException
class_comment: '# * When handling queued messages from {@link DispatchAfterCurrentBusMiddleware},
# * some handlers caused an exception. This exception contains all those handler
exceptions.
# *
# * @author Tobias Nyholm <tobias.nyholm@gmail.com>'
dependencies:
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
- name: EnvelopeAwareExceptionTrait
type: class
source: EnvelopeAwareExceptionTrait
- name: WrappedExceptionsTrait
type: class
source: WrappedExceptionsTrait
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: exceptions
- name: envelope
default: 'null'
comment: null
traits:
- Symfony\Component\Messenger\Envelope
- EnvelopeAwareExceptionTrait
- WrappedExceptionsTrait
interfaces:
- WrappedExceptionsInterface