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

org.cqfn.diktat.ruleset.utils.KotlinParseException.kt Maven / Gradle / Ivy

package org.cqfn.diktat.ruleset.utils

/**
 * An [Exception] that can be thrown during parsing of kotlin code
 */
class KotlinParseException(message: String) : Exception(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy