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

commonMain.com.fleeksoft.ksoup.ported.PatternSyntaxException.kt Maven / Gradle / Ivy

package com.fleeksoft.ksoup.ported

public class PatternSyntaxException : Exception {
    public constructor()
    public constructor(message: String?)
    public constructor(message: String?, cause: Throwable?)
    public constructor(cause: Throwable?)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy