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

$export = $vars['object'];

global $jsonexport;
$jsonexport['exceptions'][] = $export;