mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
11 lines
122 B
PHP
11 lines
122 B
PHP
<?php
|
|
|
|
namespace OCP\TaskProcessing\Exception;
|
|
|
|
/**
|
|
* @since 30.0.0
|
|
*/
|
|
class ValidationException extends Exception {
|
|
|
|
}
|