From d883b877d134813781094c885c9f076524022184 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 23 Mar 2016 14:20:02 +0100 Subject: Move OCP\Share over to PSR-4 Touching the code so moving it over to PSR-4 --- .../Share/Exceptions/IllegalIDChangeException.php | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lib/public/Share/Exceptions/IllegalIDChangeException.php (limited to 'lib/public/Share/Exceptions/IllegalIDChangeException.php') diff --git a/lib/public/Share/Exceptions/IllegalIDChangeException.php b/lib/public/Share/Exceptions/IllegalIDChangeException.php new file mode 100644 index 00000000000..6cd887c386b --- /dev/null +++ b/lib/public/Share/Exceptions/IllegalIDChangeException.php @@ -0,0 +1,27 @@ + + * + * @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\Share\Exceptions; + +/** + * Exception for illegal attempts to modify an id of a share + * @since 9.1.0 + */ +class IllegalIDChangeException extends GenericShareException {} -- cgit v1.2.3