elixir-maru / maru

Elixir RESTful Framework
https://maru.readme.io
BSD 3-Clause "New" or "Revised" License
1.32k stars 85 forks source link

exceptions when using as parameters parser for phoenix #76

Open fcevado opened 7 years ago

fcevado commented 7 years ago

how to handle exceptions when using Maru.Parameter.Phoenix?

falood commented 7 years ago

@fcevado I only used old version of phoenix which have error_handler, I check the latest version, can't find good solution for it 😞 I'll try to do some change for current version.

fcevado commented 7 years ago

i would suggest an error handling callback that the controller should implement.

jalcine commented 7 years ago

Do you have a version and test case to show @fcevado?