芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/pay/vendor/jms/serializer/src/Exception/RuntimeException.php
*/ class RuntimeException extends \RuntimeException implements Exception { public static function noMetadataForProperty(string $class, string $prop): self { return new RuntimeException(sprintf( 'You must define a type for %s::$%s.', $class, $prop )); } }