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

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

There is a newer version: 1.2.5
Show newest version
package org.cqfn.diktat.ruleset.utils

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy