37 lines
933 B
YAML
37 lines
933 B
YAML
|
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
|