name: ValidationFailedException class_comment: '# * @author Jan Vernieuwe ' dependencies: - name: ConstraintViolationListInterface type: class source: Symfony\Component\Validator\ConstraintViolationListInterface properties: [] methods: - name: __construct visibility: public parameters: - name: value - name: violations comment: null - name: getValue visibility: public parameters: [] comment: null - name: getViolations visibility: public parameters: [] comment: null traits: - Symfony\Component\Validator\ConstraintViolationListInterface interfaces: []