wordsearch/war/error.jsp

7 lines
85 B
Plaintext
Raw Permalink Normal View History

2016-12-18 07:43:01 +00:00
<HTML>
<BODY>
<%@ page isErrorPage="true" %>
Error: <%= exception %>
</BODY>
</HTML>