Skip to content

Commit f33cf12

Browse files
authored
Merge pull request #1477 from glaucocustodio/patch-1
Update README.md
2 parents 9a35ab1 + d377600 commit f33cf12

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
@@ -1867,7 +1867,7 @@ end
18671867
```
18681868

18691869
Grape can also rescue from all exceptions and still use the built-in exception handing.
1870-
This will give the same behavior as `rescue_from :all` with the addition that Grape will use the exception handling defined by all Exception classes that inherit Grape::Exceptions::Base.
1870+
This will give the same behavior as `rescue_from :all` with the addition that Grape will use the exception handling defined by all Exception classes that inherit `Grape::Exceptions::Base`.
18711871

18721872
The intent of this setting is to provide a simple way to cover the most common exceptions and return any unexpected exceptions in the API format.
18731873

0 commit comments

Comments
 (0)