getRelated() public method

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