]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Deprecated unnecessary exceptions.php lib file
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 14 Oct 2010 08:30:36 +0000 (08:30 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 14 Oct 2010 08:30:36 +0000 (08:30 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7076 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/exceptions.php [deleted file]
engine/start.php

diff --git a/engine/lib/exceptions.php b/engine/lib/exceptions.php
deleted file mode 100644 (file)
index 740ff88..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/**
- * Exceptions.
- * Define some globally useful exception classes.
- *
- * @package Elgg
- * @subpackage Exceptions
- * @author Curverider Ltd <info@elgg.com>
- * @link http://elgg.org/
- */
-
index 0bf652cb681e33b490c32352056c733ca9667957..18be0181d3348c8121ad3c95a39537374b8f5734 100644 (file)
@@ -59,7 +59,7 @@ $lib_dir = dirname(__FILE__) . '/lib/';
  * @var array
  */
 $required_files = array(
-       'exceptions.php', 'elgglib.php', 'views.php', 'access.php', 'system_log.php', 'export.php',
+       'elgglib.php', 'views.php', 'access.php', 'system_log.php', 'export.php',
        'sessions.php', 'languages.php', 'input.php', 'install.php', 'cache.php', 'output.php'
 );