first commit
This commit is contained in:
8
resources/views/pages/errors/not_found.edge
Normal file
8
resources/views/pages/errors/not_found.edge
Normal file
@@ -0,0 +1,8 @@
|
||||
<h1>
|
||||
404 - Page not found
|
||||
</h1>
|
||||
<p>
|
||||
This template is rendered by the
|
||||
<a href="http://docs.adonisjs.com/guides/exception-handling#status-pages">status pages feature</a>
|
||||
of the global exception handler.
|
||||
</p>
|
||||
8
resources/views/pages/errors/server_error.edge
Normal file
8
resources/views/pages/errors/server_error.edge
Normal file
@@ -0,0 +1,8 @@
|
||||
<h1>
|
||||
{{ error.code }} - Server error
|
||||
</h1>
|
||||
<p>
|
||||
This template is rendered by the
|
||||
<a href="http://docs.adonisjs.com/guides/exception-handling#status-pages">status pages feature</a>
|
||||
of the global exception handler.
|
||||
</p>
|
||||
Reference in New Issue
Block a user