Respect\Validation\Exceptions\NestedValidationException::addRelated PHP Method

addRelated() public method

public addRelated ( ValidationException $exception ) : self
$exception ValidationException
return self
    public function addRelated(ValidationException $exception)
    {
        $this->getRelated()->attach($exception);
        return $this;
    }