wordbubbles/war/error.jsp

7 lines
85 B
Plaintext
Raw Normal View History

2016-02-15 13:03:02 +00:00
<HTML>
<BODY>
<%@ page isErrorPage="true" %>
Error: <%= exception %>
</BODY>
</HTML>