mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
d11b9cbd79
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
8 lines
106 B
PHP
8 lines
106 B
PHP
<?php
|
|
|
|
namespace OCP\TextProcessing\Exception;
|
|
|
|
class TaskFailureException extends \RuntimeException {
|
|
|
|
}
|