aboutsummaryrefslogtreecommitdiff
path: root/views/php/messages/exceptions/exception.php
blob: 195e9dfd43e69ab64d09218edaed79a20cf8b678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Elgg exception
 * Displays a single exception
 *
 * @package Elgg
 * @subpackage Core
 *
 * @uses $vars['object'] An exception
 */

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