aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/nestedset/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/nestedset/exception.php')
-rw-r--r--phpBB/includes/nestedset/exception.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/phpBB/includes/nestedset/exception.php b/phpBB/includes/nestedset/exception.php
deleted file mode 100644
index 10937d0b29..0000000000
--- a/phpBB/includes/nestedset/exception.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/**
-*
-* @package Nested Set
-* @copyright (c) 2013 phpBB Group
-* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
-*
-*/
-
-/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-class phpbb_nestedset_exception extends \Exception
-{
-}