@** * Default page for 500 Internal Server Error responses, in development mode. * This page display the error in the source code context. *@ @(playEditor: Option[String], error: play.api.UsefulException)
@play.twirl.api.Html(description.htmlDescription)
} case _ => {@error.description
} } @error match { case source:play.api.PlayException.ExceptionSource => { @Option(source.sourceName).map { name =>chunks-column="@c" }>@(interesting.firstLine+index)@(Option(source.position).map(pos => (line+" ").zipWithIndex.map{ case (c,i) if i == pos => Html("""""" + c + """"""); case (c,_) => c}).getOrElse(line))} case (line, index) => {
@(interesting.firstLine+index)@line} } } }
@(index+1)@line} }
->@exception.cause.getClass.getName: @exception.cause.getMessage@exception.cause.getStackTrace.map { line =>
@line}