aboutsummaryrefslogtreecommitdiff
path: root/views/opendd/messages/exceptions/exception.php
blob: feeb51f18d601c3da5505c1f722cd230f8ee2041 (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
26
27
28
29
30
31
<?php

	/**
	 * Elgg exception
	 * Displays a single exception
	 * 
	 * @package Elgg
	 * @subpackage Core

	 * @author Curverider Ltd

	 * @link http://elgg.org/
	 * 
	 * @uses $vars['object'] An exception
	 */

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


<?php if ($CONFIG->debug) { ?>
<?php

			echo print_r($vars['object'], true);
		
		?>
<?php } ?>
	
-->