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