We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851f537 commit 56c2e50Copy full SHA for 56c2e50
1 file changed
README.md
@@ -23,7 +23,7 @@ class MyExceptionClass extends \RuntimeException
23
24
public static function forEntity($entity)
25
{
26
- return new self::create(
+ return self::create(
27
'There was an error with an entity of type %s with value of %s.',
28
[
29
self::typeToString($entity)
0 commit comments