Welcome to mirror list, hosted at ThFree Co, Russian Federation.

repairexception.php « private « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 642bf90ee40a05684b02d1895b25e97fcb662b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

namespace OC;

/**
 * Exception thrown whenever a database/migration repair
 * could not be done.
 */
class RepairException extends \Exception {
}