mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 22:34:26 -05:00
10 lines
120 B
PHP
10 lines
120 B
PHP
<?php
|
|
|
|
namespace OCP\TaskProcessing\Exception;
|
|
|
|
/**
|
|
* @since 30.0.0
|
|
*/
|
|
class NotFoundException extends Exception {
|
|
|
|
}
|