We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af3004 commit 7b16946Copy full SHA for 7b16946
guides/source/error_reporting.md
@@ -182,7 +182,7 @@ You can report any unexpected error by calling
182
When called in production, this method will return nil after the error is
183
reported and the execution of your code will continue.
184
185
-When called in development, the error will be wrapped in a new error class (to
+When called in development or test, the error will be wrapped in a new error class (to
186
ensure it's not being rescued higher in the stack) and surfaced to the developer
187
for debugging.
188
0 commit comments