Assert\InvalidArgumentException::getPropertyPath PHP Method

getPropertyPath() public method

Useful to transport information about the nature of the error back to higher layers.
public getPropertyPath ( ) : string
return string
    public function getPropertyPath()
    {
        return $this->propertyPath;
    }