Respect\Validation\Exceptions\RecursiveExceptionIterator::__construct PHP Метод

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

public __construct ( NestedValidationException $parent )
$parent NestedValidationException
    public function __construct(NestedValidationException $parent)
    {
        $this->exceptions = $parent->getRelated();
    }