Files
therinaldos.com/wedding-pics/lib/public/TextProcessing/Exception/TaskFailureException.php
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

11 lines
169 B
PHP

<?php
namespace OCP\TextProcessing\Exception;
/**
* Exception thrown when a task failed
* @since 28.0.0
*/
class TaskFailureException extends \RuntimeException {
}