mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 14:25:20 -05:00
8 lines
106 B
PHP
8 lines
106 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace OCP\TextProcessing\Exception;
|
||
|
|
|
||
|
|
class TaskFailureException extends \RuntimeException {
|
||
|
|
|
||
|
|
}
|