aboutsummaryrefslogtreecommitdiff
path: root/views/xml/messages/exceptions/exception.php
blob: 66a0f2b96a577f8d8f31cde74bcf104692d6c03f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/**
 * Elgg exception
 * Displays a single exception
 *
 * @package Elgg
 * @subpackage Core
 *
 * @uses $vars['object'] An exception
 */

?>
<!--
<?php echo get_class($vars['object']); ?>: <?php echo elgg_autop($vars['object']->getMessage()); ?>


<?php if (elgg_get_config('debug')) { ?>
<?php

		echo print_r($vars['object'], true);

	?>
<?php } ?>

-->