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

?>
<!--
<?php echo get_class($vars['object']); ?>: <?php echo autop($vars['object']->getMessage()); ?>
<?php if (elgg_get_config('debug')) { ?>
<?php
	echo print_r($vars['object'], true);
?>
<?php } ?>

-->