Signed-off-by: Robin Appelman <robin@icewind.nl>pull/52707/head
parent
c7430d5cb8
commit
b0b8159d6a
@ -0,0 +1,17 @@ |
||||
<?php |
||||
|
||||
/** |
||||
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors |
||||
* SPDX-License-Identifier: AGPL-3.0-only |
||||
*/ |
||||
namespace OCP\Encryption\Exceptions; |
||||
|
||||
use OCP\HintException; |
||||
|
||||
/** |
||||
* Class InvalidHeaderException |
||||
* |
||||
* @since 32.0.0 |
||||
*/ |
||||
class InvalidHeaderException extends HintException { |
||||
} |
Loading…
Reference in new issue