Skip to content

Commit 819c663

Browse files
committed
Emphasize rescue_from applies to StandardError exceptions in README
1 parent 8395a41 commit 819c663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ literally accepts every request.
20712071

20722072
## Exception Handling
20732073

2074-
Grape can be told to rescue all exceptions and return them in the API format.
2074+
Grape can be told to rescue all `StandardError` exceptions and return them in the API format.
20752075

20762076
```ruby
20772077
class Twitter::API < Grape::API

0 commit comments

Comments
 (0)