LanguageNotFoundException.php 209 B

123456789
  1. <?php
  2. /**
  3. * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  4. * SPDX-License-Identifier: AGPL-3.0-or-later
  5. */
  6. namespace OC\L10N;
  7. class LanguageNotFoundException extends \Exception {
  8. }