Skip to content

Commit 24d7e9d

Browse files
committed
Remove query_parsing part
1 parent ad46ba4 commit 24d7e9d

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

lib/grape/exceptions/query_parsing.rb

Lines changed: 0 additions & 11 deletions
This file was deleted.

lib/grape/request.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ def make_params
3434
raise Grape::Exceptions::EmptyMessageBody.new(content_type)
3535
rescue Rack::Multipart::MultipartPartLimitError
3636
raise Grape::Exceptions::TooManyMultipartFiles.new(Rack::Utils.multipart_part_limit)
37-
rescue Rack::QueryParser::ParameterTypeError, Rack::QueryParser::InvalidParameterError, Rack::QueryParser::ParamsTooDeepError
38-
raise Grape::Exceptions::QueryParsing
3937
end
4038

4139
def build_headers

0 commit comments

Comments
 (0)