mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 10:30:49 -04:00
7 lines
95 B
PHP
7 lines
95 B
PHP
<?php
|
|
|
|
namespace OCP\TaskProcessing\Exception;
|
|
|
|
class NotFoundException extends Exception {
|
|
|
|
}
|