From 819c66306e3712531aaaa75a734b37bbbed7faba Mon Sep 17 00:00:00 2001 From: Ryan Jelks Date: Sun, 31 Dec 2017 00:06:59 -0500 Subject: [PATCH] Emphasize `rescue_from` applies to `StandardError` exceptions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df22bff911..a84ef7a014 100644 --- a/README.md +++ b/README.md @@ -2071,7 +2071,7 @@ literally accepts every request. ## Exception Handling -Grape can be told to rescue all exceptions and return them in the API format. +Grape can be told to rescue all `StandardError` exceptions and return them in the API format. ```ruby class Twitter::API < Grape::API