mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
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>
This commit is contained in:
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 {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue