aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/L10N/LanguageNotFoundException.php
blob: 31b08b2ec1423bc35069ce107ea5505a5b6931b6 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
namespace OC\L10N;

class LanguageNotFoundException extends \Exception {
}