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