wordsearch/war/error.jsp
2016-12-18 07:43:01 +00:00

7 lines
85 B
Plaintext
Executable File

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