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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1867,7 +1867,7 @@ end
1867
1867
```
1868
1868
1869
1869
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`.
1871
1871
1872
1872
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.
0 commit comments