%PDF- %PDF-
Direktori : /www/varak.net/nextcloud.varak.net/core/Command/ |
Current File : //www/varak.net/nextcloud.varak.net/core/Command/InterruptedException.php |
<?php /** * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2017 ownCloud, Inc. * SPDX-License-Identifier: AGPL-3.0-only */ namespace OC\Core\Command; /** * Exception for when the user hit ctrl-c */ class InterruptedException extends \Exception { }