cert-d-java/pgp-cert-d-java/src/main/java/pgp/cert_d/exception/BadDataException.java

13 lines
269 B
Java
Raw Normal View History

2022-03-01 15:19:01 +01:00
// SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
package pgp.cert_d.exception;
2022-03-01 15:19:01 +01:00
/**
* The data was not a valid OpenPGP cert or key in binary format.
*/
public class BadDataException extends Exception {
}