Update lib/public/TextToImage/Exception/TaskNotFoundException.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/40326/head
Marcel Klehr 2023-10-18 10:58:49 +07:00
parent 1d07dcc346
commit 47372380b4
1 changed files with 3 additions and 0 deletions

@ -24,5 +24,8 @@
namespace OCP\TextToImage\Exception;
/**
* @since 28.0.0
*/
class TaskNotFoundException extends TextToImageException {
}