cheetah
cheetah copied to clipboard
c.exception() missing for extensions.
1.4.0
I'm getting a deprecated warning when using new Exception telling me to use c.exception() instead, but ExtensionContext doesn't have that function.
It's working well with normal routes, though.
@J053Fabi0 the Extensions API will get a breaking rewrite at v2.0 as the naming of variables/methods isn't really the best plus I'd like to simplify it a lot.
Thanks for making me aware of this issue!