diff options
author | Roeland Douma <rullzer@users.noreply.github.com> | 2016-05-12 09:48:11 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-12 09:48:11 +0200 |
commit | 56f4c4bed98eef9e422e7283e9c77cce15c312fd (patch) | |
tree | 7be94c56f805f052982379d81bfe84a6365430ce /lib/public/comments/illegalidchangeexception.php | |
parent | 9b05f37fad88fdf78fdfee9473c27ba5be12abb2 (diff) | |
download | nextcloud-server-56f4c4bed98eef9e422e7283e9c77cce15c312fd.tar.gz nextcloud-server-56f4c4bed98eef9e422e7283e9c77cce15c312fd.zip |
Move \OCP\Comments to PSR-4 (#24565)
Diffstat (limited to 'lib/public/comments/illegalidchangeexception.php')
-rw-r--r-- | lib/public/comments/illegalidchangeexception.php | 28 |
1 files changed, 0 insertions, 28 deletions
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 @@ -<?php -/** - * @author Arthur Schiwon <blizzz@owncloud.com> - * @author Thomas Müller <thomas.mueller@tmit.eu> - * - * @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 <http://www.gnu.org/licenses/> - * - */ -namespace OCP\Comments; - -/** - * Exception for illegal attempts to modify a comment ID - * @since 9.0.0 - */ -class IllegalIDChangeException extends \Exception {} |