aboutsummaryrefslogtreecommitdiff
path: root/views/php/messages/exceptions/exception.php
blob: c8f5497347ef79b2dd948cc27ea155466a675005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Elgg exception
 * Displays a single exception
 *
 * @package Elgg
 * @subpackage Core
 * @author Curverider Ltd
 * @link http://elgg.org/
 *
 * @uses $vars['object'] An exception
 */

echo serialize($vars['object']);