Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-09-08 12:03:52 +02:00
parent 666f7b33c9
commit dc8cba6026
3 changed files with 0 additions and 5 deletions

View file

@ -25,5 +25,4 @@
namespace OCP\TextToImage\Exception;
class Exception extends \Exception {
}

View file

@ -25,5 +25,4 @@
namespace OCP\TextToImage\Exception;
class TaskNotFoundException extends Exception {
}

View file

@ -26,9 +26,6 @@ declare(strict_types=1);
namespace OCP\TextToImage;
use OCP\IImage;
use OCP\Image;
use OCP\TextProcessing\IProvider as P;
use OCP\TextProcessing\ITaskType;
/**
* This is a text to image task