當要求中的原始資料無法由要求內容 MIME 類型的定義剖析器剖析時,就會引發錯誤。
來源:顯示 | 在 GitHub
# File actionpack/lib/action_dispatch/http/parameters.rb, line 22 def initialize(message = $!.message) super(message) end