NotYetImplementedException.java

// SPDX-FileCopyrightText: 2021 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0

package org.pgpainless.exception;

/**
 * Method that gets thrown if the user requests some functionality which is not yet implemented.
 */
public class NotYetImplementedException extends RuntimeException {

}