fusio icon indicating copy to clipboard operation
fusio copied to clipboard

Custom error message

Open raguventhan opened this issue 2 years ago • 1 comments

How to add custom error message for authentication or action/path ?

raguventhan avatar Sep 27 '23 11:09 raguventhan

Hi, so in your project resources/container.php file you only need to add a service which implements the PSX\Framework\Exception\ConverterInterface interface s. https://github.com/apioo/psx-framework/blob/master/resources/container.php#L172 then you can overwrite this service and use a custom logic.

chriskapp avatar Sep 27 '23 17:09 chriskapp