Exception: ActionDispatch::Http::Parameters::ParseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/action_dispatch/http/parameters.rb

Overview

Raised when raw data from the request cannot be parsed by the parser defined for request’s content mime type.

Instance Method Summary collapse

Constructor Details

#initializeParseError

Returns a new instance of ParseError.



18
19
20
# File 'lib/action_dispatch/http/parameters.rb', line 18

def initialize
  super($!.message)
end