fusio
fusio copied to clipboard
Custom error message
How to add custom error message for authentication or action/path ?
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.