ninja icon indicating copy to clipboard operation
ninja copied to clipboard

Fix error during the error message generation on "buildErrorMessage"

Open thibaultmeyer opened this issue 3 years ago • 0 comments

Not all exceptions are necessarily compliant with the expectations of this method, such as business exceptions. It is necessary to ensure that the exception inherits from NinjaException before starting to use it with the translation system.

This error only appear on PROD mode

thibaultmeyer avatar Jan 21 '22 21:01 thibaultmeyer