blob: 087a384e00eecbd9a699c2f9054fe08c4bd3369d (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OC\L10N;
class LanguageNotFoundException extends \Exception {
}
|