mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2025-09-12 12:49:39 +02:00
Create basic WKDCLI implementation
This commit is contained in:
parent
a006aa11b9
commit
9abe217de0
8 changed files with 168 additions and 30 deletions
|
@ -0,0 +1,12 @@
|
|||
// SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package pgp.wkd.cli;
|
||||
|
||||
public class MissingUserIdException extends Exception {
|
||||
|
||||
public MissingUserIdException() {
|
||||
super();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue