Remove unused InvalidArgumentException class
authorMatthias Schmidt <gravatronics@live.com>
Mon, 19 Sep 2016 16:57:04 +0000 (18:57 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 19 Sep 2016 16:57:10 +0000 (18:57 +0200)
wcfsetup/install/files/lib/system/exception/InvalidArgumentException.class.php [deleted file]

diff --git a/wcfsetup/install/files/lib/system/exception/InvalidArgumentException.class.php b/wcfsetup/install/files/lib/system/exception/InvalidArgumentException.class.php
deleted file mode 100644 (file)
index 25acd0a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-namespace wcf\system\exception;
-
-/**
- * This is a custom implementation of the default \InvalidArgumentException.
- * It is used for backwards compatibility reasons. Do not rely on it
- * inheriting \wcf\system\exception\SystemException.
- * 
- * @author     Tim Duesterhus
- * @copyright  2001-2016 WoltLab GmbH
- * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    WoltLabSuite\Core\System\Exception
- * @since      3.0
- */
-class InvalidArgumentException extends SystemException { }