2014-03-27 03:45:05 +08:00
|
|
|
<!DOCTYPE html>
|
2012-10-11 23:52:41 +08:00
|
|
|
<html>
|
2014-03-27 03:45:05 +08:00
|
|
|
<head>
|
|
|
|
<title><g:if env="development">Grails Runtime Exception</g:if><g:else>Error</g:else></title>
|
2016-08-24 04:28:33 +08:00
|
|
|
<meta name="layout" content="tool">
|
2016-08-23 03:44:24 +08:00
|
|
|
<g:if env="development"><asset:stylesheet src="errors.css"/></g:if>
|
2014-03-27 03:45:05 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<g:if env="development">
|
|
|
|
<g:renderException exception="${exception}" />
|
2012-10-11 23:52:41 +08:00
|
|
|
</g:if>
|
2014-03-27 03:45:05 +08:00
|
|
|
<g:else>
|
|
|
|
<ul class="errors">
|
|
|
|
<li>An error has occurred</li>
|
|
|
|
</ul>
|
|
|
|
</g:else>
|
|
|
|
</body>
|
|
|
|
</html>
|