Respect\Validation\Exceptions\NestedValidationException::addRelated PHP 메소드

addRelated() 공개 메소드

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