From d5c26b5f7ceed315fbff1e1c302b26e4e25d92ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 1 Dec 2015 23:40:17 +0100 Subject: [PATCH] Add backwards compatibility InvalidArgumentException --- .../exception/InvalidArgumentException.class.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 wcfsetup/install/files/lib/system/exception/InvalidArgumentException.class.php diff --git a/wcfsetup/install/files/lib/system/exception/InvalidArgumentException.class.php b/wcfsetup/install/files/lib/system/exception/InvalidArgumentException.class.php new file mode 100644 index 0000000000..4a1845c1de --- /dev/null +++ b/wcfsetup/install/files/lib/system/exception/InvalidArgumentException.class.php @@ -0,0 +1,16 @@ + + * @package com.woltlab.wcf + * @subpackage system.exception + * @category Community Framework + */ +class InvalidArgumentException extends SystemException { } -- 2.20.1