wordbubbles/war/error.jsp
2016-02-15 13:03:02 +00:00

7 lines
85 B
Plaintext

<HTML>
<BODY>
<%@ page isErrorPage="true" %>
Error: <%= exception %>
</BODY>
</HTML>