aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/InterruptedException.php
blob: 661e66725770ba348ed56c852e754a1c7eff8c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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 {
}