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

37 lines
933 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ValidationFailedException
class_comment: '# * @author Tobias Nyholm <tobias.nyholm@gmail.com>'
dependencies:
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
- name: ConstraintViolationListInterface
type: class
source: Symfony\Component\Validator\ConstraintViolationListInterface
- name: EnvelopeAwareExceptionTrait
type: class
source: EnvelopeAwareExceptionTrait
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: violatingMessage
- name: violations
- name: envelope
default: 'null'
comment: null
- name: getViolatingMessage
visibility: public
parameters: []
comment: null
- name: getViolations
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Messenger\Envelope
- Symfony\Component\Validator\ConstraintViolationListInterface
- EnvelopeAwareExceptionTrait
interfaces:
- EnvelopeAwareExceptionInterface