-
Oswaldo Ferreira authored
This handles a specific exception raised by `rack-timeout` Gem when Puma requests surpass the configured timeout. This exception wasn't being handled properly (and logged), given it inherits from `Exception`, which is not handled by Grape `rescue_from :all`.
b7a0bee7