org.pgpainless.exception.NotYetImplementedException Maven / Gradle / Ivy
// SPDX-FileCopyrightText: 2021 Paul Schaub
//
// 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 {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy