We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea5db08 + 7b16946 commit 5251567Copy full SHA for 5251567
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