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