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

org.treesitter.TSException Maven / Gradle / Ivy

The newest version!
package org.treesitter;

public class TSException extends RuntimeException{
    public TSException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy