mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-25 01:28:47 +00:00
12 lines
204 B
PHP
12 lines
204 B
PHP
<?php
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
namespace OCA\Tables;
|
|
|
|
class UploadException extends \Exception {
|
|
}
|