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

15 lines
306 B
YAML

name: EnvelopeAwareExceptionTrait
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: []