mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
11 lines
130 B
PHP
11 lines
130 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace OCP\TaskProcessing\Exception;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @since 30.0.0
|
||
|
|
*/
|
||
|
|
class PreConditionNotMetException extends Exception {
|
||
|
|
|
||
|
|
}
|