From 8c33c8c6f01a45972567db221ef5b93fa613ca4d Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Sat, 29 Dec 2018 19:27:02 +0100 Subject: [PATCH] TASK: Remove unused file / php class --- .../Search/MissingAttributeException.php | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 Classes/Domain/Search/MissingAttributeException.php diff --git a/Classes/Domain/Search/MissingAttributeException.php b/Classes/Domain/Search/MissingAttributeException.php deleted file mode 100644 index f47e369..0000000 --- a/Classes/Domain/Search/MissingAttributeException.php +++ /dev/null @@ -1,26 +0,0 @@ - - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. - */ - -class MissingAttributeException extends \InvalidArgumentException -{ -}