error.gsp 286 B

1234567891011
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Grails Runtime Exception</title>
  5. <meta name="layout" content="main">
  6. <link rel="stylesheet" href="${resource(dir: 'css', file: 'errors.css')}" type="text/css">
  7. </head>
  8. <body>
  9. <g:renderException exception="${exception}" />
  10. </body>
  11. </html>