diff options
Diffstat (limited to 'lib/public/Files/GenericFileException.php')
-rw-r--r-- | lib/public/Files/GenericFileException.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/public/Files/GenericFileException.php b/lib/public/Files/GenericFileException.php new file mode 100644 index 00000000000..66a3b5e5ac4 --- /dev/null +++ b/lib/public/Files/GenericFileException.php @@ -0,0 +1,15 @@ +<?php + +/** + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +namespace OCP\Files; + +/** + * Class GenericFileException + * + * @since 14.0.0 + */ +class GenericFileException extends \Exception { +} |