%PDF- %PDF-
| Direktori : /data/old/home/stash/stash/atlassian-stash/static/widget/exception/ |
| Current File : //data/old/home/stash/stash/atlassian-stash/static/widget/exception/exception-serverside.soy |
{namespace stash.widget}
/**
* Displays a stacktrace from a Throwable in a collapsible div.
*
* @param messageContent
* @param throwable
*/
{template .exception}
{call aui.message.error data="all"}
{param content}
{$messageContent|noAutoescape}
<div class="formatted-throwable-toggle">{getText('stash.web.message.throwable.twixie.show')}</div>
<div class="formatted-throwable">
<pre>{format_throwable($throwable)}</pre>
</div>
{/param}
{/call}
{/template}