blob: 582f337acd1f2fd7b8208cbfe7d38cdb3519f086 (
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;
class PreviewNotAvailableException extends \Exception {
}
|