platform/api/symfony/Component/Messenger/Exception/EnvelopeAwareExceptionInterface.yaml

16 lines
310 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: EnvelopeAwareExceptionInterface
class_comment: null
dependencies:
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
properties: []
methods:
- name: getEnvelope
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Messenger\Envelope
interfaces: []