Show Exceptions
# 对内
wrapper = ExceptionWrapper.new(env, exception)# 对外
config.exceptions_app || ActionDispatch::PublicExceptions.new(Rails.public_path)
response = @exceptions_app.call(env)最后更新于
# 对内
wrapper = ExceptionWrapper.new(env, exception)# 对外
config.exceptions_app || ActionDispatch::PublicExceptions.new(Rails.public_path)
response = @exceptions_app.call(env)最后更新于