Skip to content

Commit

Permalink
update: 调整Convert错误的消息内容
Browse files Browse the repository at this point in the history
  • Loading branch information
hsldymq committed Apr 3, 2021
1 parent 6cf8027 commit 60f3bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ private function makeConversionException(string $converterClassName, string $pro
'className' => $className,
'propertyName' => $propName,
'converterClassName' => $converterClassName
], "conversion error({$className}::\${$propName}): {$e->getMessage()}");
], "{$className}::\${$propName}, Converter error({$converterClassName}): {$e->getMessage()}");
}
}

0 comments on commit 60f3bef

Please sign in to comment.