aboutsummaryrefslogtreecommitdiff
path: root/views/odd/messages/exceptions/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/odd/messages/exceptions/exception.php')
-rw-r--r--views/odd/messages/exceptions/exception.php31
1 files changed, 0 insertions, 31 deletions
diff --git a/views/odd/messages/exceptions/exception.php b/views/odd/messages/exceptions/exception.php
deleted file mode 100644
index 38afbee58..000000000
--- a/views/odd/messages/exceptions/exception.php
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-
- /**
- * Elgg exception
- * Displays a single exception
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Marcus Povey
- * @copyright Curverider Ltd 2008
- * @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 } ?>
-
---> \ No newline at end of file