コード例 #1
0
 function NotReadablePropertyException($beanType, $propertyName, $msg)
 {
     parent::InvalidPropertyException($beanType, $propertyName, $msg);
 }
コード例 #2
0
 function NullValueInNestedPathException($beanType, $propertyName, $msg)
 {
     parent::InvalidPropertyException($beanType, $propertyName, $msg);
 }