#*
* $Id: Error.vm,v 1.1 2003/05/27 23:15:39 nbubna Exp $
*#
##Force use of default layout (so req params don't override it)
#set( $layout = "Default.vm" )
#title( "Error - $!cause.class.name" )
There has been an error!
#if( $invocation_exception )
$!invocation_exception.message
#else
$!cause.message
#end
##Let's hide this highly useful but highly ugly info from the users
Sorry about that!