PHP Класс ApiPlatform\Core\Bridge\Symfony\Validator\Exception\ValidationException

Автор: Kévin Dunglas ([email protected])
Наследование: extends RuntimeException
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Symfony\Component\Validator\ConstraintViolationListInterface $constraintViolationList, $message = '', $code, Exception $previous = null )
getConstraintViolationList ( ) : Symfony\Component\Validator\ConstraintViolationListInterface Gets constraint violations related to this exception.

Описание методов

__construct() публичный метод

public __construct ( Symfony\Component\Validator\ConstraintViolationListInterface $constraintViolationList, $message = '', $code, Exception $previous = null )
$constraintViolationList Symfony\Component\Validator\ConstraintViolationListInterface
$previous Exception

getConstraintViolationList() публичный метод

Gets constraint violations related to this exception.
public getConstraintViolationList ( ) : Symfony\Component\Validator\ConstraintViolationListInterface
Результат Symfony\Component\Validator\ConstraintViolationListInterface