We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d10bf commit 41d8520Copy full SHA for 41d8520
src/Peachpie.Library/Exceptions/Exception.cs
@@ -39,6 +39,8 @@ private PhpArray/*!*/trace
39
[PhpFieldsOnlyCtor]
40
protected Exception()
41
{
42
+ this.code = PhpValue.Null;
43
+ this.message = PhpValue.Null;
44
}
45
46
public Exception(string message = "", long code = 0, Throwable previous = null)
0 commit comments