From 56f4c4bed98eef9e422e7283e9c77cce15c312fd Mon Sep 17 00:00:00 2001 From: Roeland Douma Date: Thu, 12 May 2016 09:48:11 +0200 Subject: Move \OCP\Comments to PSR-4 (#24565) --- lib/public/comments/illegalidchangeexception.php | 28 ------------------------ 1 file changed, 28 deletions(-) delete mode 100644 lib/public/comments/illegalidchangeexception.php (limited to 'lib/public/comments/illegalidchangeexception.php') diff --git a/lib/public/comments/illegalidchangeexception.php b/lib/public/comments/illegalidchangeexception.php deleted file mode 100644 index 056113bdb3f..00000000000 --- a/lib/public/comments/illegalidchangeexception.php +++ /dev/null @@ -1,28 +0,0 @@ - - * @author Thomas Müller - * - * @copyright Copyright (c) 2016, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - * - */ -namespace OCP\Comments; - -/** - * Exception for illegal attempts to modify a comment ID - * @since 9.0.0 - */ -class IllegalIDChangeException extends \Exception {} -- cgit v1.2.3