luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.57k stars 156 forks source link

give error actions access to params #1716

Closed jwoertink closed 1 year ago

jwoertink commented 1 year ago

Purpose

Fixes #1647

Description

Error actions now have access to params instead of going through context.params

Checklist