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