aboutsummaryrefslogtreecommitdiff
path: root/views/opendd/messages/exceptions/exception.php
blob: dc0f48a8d164dfb52d4e64ad17b2596f65b04fd3 (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 elgg_autop($vars['object']->getMessage()); ?>
<?php if (elgg_get_config('debug')) { ?>
<?php
	echo print_r($vars['object'], true);
?>
<?php } ?>

-->