<?phpdeclare(strict_types=1);namespaceRoave\BetterReflection\Reflection\Exception;useRuntimeException;usefunctionsprintf;classPropertyDoesNotExistextendsRuntimeException{publicstaticfunctionfromName(string$propertyName):self{returnnewself(sprintf('Property "%s" does not exist',$propertyName));}}