// SPDX-FileCopyrightText: 2022 Paul Schaub // // SPDX-License-Identifier: Apache-2.0 package pgp.wkd.cli; public class MissingUserIdException extends Exception { public MissingUserIdException() { super(); } }