mirror of
https://github.com/nextcloud/server.git
synced 2026-04-13 04:57:12 -04:00
7 lines
97 B
PHP
7 lines
97 B
PHP
<?php
|
|
|
|
namespace OCP\TaskProcessing\Exception;
|
|
|
|
class ValidationException extends Exception {
|
|
|
|
}
|