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