Exception: ActionDispatch::Http::Parameters::ParseError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
StandardError
|
|
Instance Chain:
self,
StandardError
|
|
Inherits: |
StandardError
|
Defined in: | actionpack/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.
Class Method Summary
- .new(message = $!.message) ⇒ ParseError constructor
Constructor Details
.new(message = $!.message) ⇒ ParseError
# File 'actionpack/lib/action_dispatch/http/parameters.rb', line 20
def initialize( = $!. ) super( ) end