All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.semantickernel.implementation.Todo Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
// Copyright (c) Microsoft. All rights reserved.
package com.microsoft.semantickernel.implementation;

/**
 * This is used as a placeholder for methods that are not yet implemented.
 */
public class Todo extends RuntimeException {

    /**
     * Initializes a new instance of the {@link Todo} class.
     */
    public Todo() {
        super("TODO: Implement this method");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy