mirror of
https://github.com/nextcloud/server.git
synced 2026-04-06 17:47:41 -04:00
7 lines
106 B
PHP
7 lines
106 B
PHP
<?php
|
|
|
|
namespace OCP\TextProcessing\Exception;
|
|
|
|
class TaskFailureException extends \RuntimeException {
|
|
|
|
}
|