nextcloud/lib/public/TaskProcessing/Exception/PreConditionNotMetException.php
Marcel Klehr 6203c1c7da fix: Check if user is authorized to use the files they mentioned
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-05-14 11:38:40 +02:00

10 lines
130 B
PHP

<?php
namespace OCP\TaskProcessing\Exception;
/**
* @since 30.0.0
*/
class PreConditionNotMetException extends Exception {
}