You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helpers.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2693,6 +2693,10 @@ The `report` function will report an exception using your [exception handler](/d
2693
2693
2694
2694
report($e);
2695
2695
2696
+
The `report` function also accepts a string as an argument. When a string is given to the function, the function will create an exception with the given string as its message:
0 commit comments