Files
maacom/templs/exception.development.html.ep
ziggi a5cb8fbf18
2017-12-10 20:11:06 +00:00

14 lines
167 B
Perl

%#
%# $Id: exception.html.ep 627 2017-04-15 13:02:08Z ziggi $
%#
% layout 'default';
% title 'Error';
<h5>Oops... Exception</h5>
<pre>
%= $exception
</pre>
%#EOF