yegor256/rehttp

View on GitHub
src/main/resources/net/rehttp/tk/error.html.vm

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Internal application error</title>
    </head>
    <body>
        <pre>${err}</pre>
    </body>
</html>