files_lock/lib/Tools/Exceptions/RowNotFoundException.php

14 строки
244 B
PHP

<?php
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\FilesLock\Tools\Exceptions;
use Exception;
class RowNotFoundException extends Exception {
}