\UnexpectedValueException If no pretty constraint was provided
public function getPrettyConstraint() : string { if (null === $this->prettyConstraint) { throw new \UnexpectedValueException(sprintf('Link %s has been misconfigured and had no prettyConstraint given.', $this)); } return $this->prettyConstraint; }