ValidationFailedException
extends RuntimeException
in package
Base RuntimeException for the Validator component.
Tags
Table of Contents
Properties
- $value : mixed
- $violations : mixed
Methods
- __construct() : mixed
- getValue() : mixed
- getViolations() : ConstraintViolationListInterface
Properties
$value
private
mixed
$value
$violations
private
mixed
$violations
Methods
__construct()
public
__construct(mixed $value, ConstraintViolationListInterface $violations) : mixed
Parameters
- $value : mixed
- $violations : ConstraintViolationListInterface
getValue()
public
getValue() : mixed
getViolations()
public
getViolations() : ConstraintViolationListInterface