This commit is contained in:
ziggi
2017-12-10 20:11:06 +00:00
commit a5cb8fbf18
100 changed files with 95135 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
%#
%# $Id: exception.html.ep 627 2017-04-15 13:02:08Z ziggi $
%#
% layout 'default';
% title 'Error';
<h5>Oops... Exception</h5>
<pre>
%= $exception
</pre>
%#EOF