aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/extension/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/extension/exception.php')
-rw-r--r--phpBB/includes/extension/exception.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/phpBB/includes/extension/exception.php b/phpBB/includes/extension/exception.php
deleted file mode 100644
index e08a8912ea..0000000000
--- a/phpBB/includes/extension/exception.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/**
-*
-* @package extension
-* @copyright (c) 2012 phpBB Group
-* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
-*
-*/
-
-/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-/**
- * Exception class for metadata
- */
-class phpbb_extension_exception extends UnexpectedValueException
-{
- public function __toString()
- {
- return $this->getMessage();
- }
-} \ No newline at end of file