How can I install an exception handler in Grails which catches all exceptions which propagate to the user?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can override the exceptionHandler bean using resources.groovy with your own class that extends GrailsExceptionResolver e.g.
|
|||
|
|