ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 521 forks source link

Fix error during the error message generation on "buildErrorMessage" #740

Closed thibaultmeyer closed 9 months ago

thibaultmeyer commented 2 years ago

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