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

com.jetbrains.plugin.structure.edu.problems.UnsupportedLanguage.kt Maven / Gradle / Ivy

package com.jetbrains.plugin.structure.edu.problems

import com.jetbrains.plugin.structure.base.plugin.PluginProblem

class UnsupportedLanguage(language: String?) : PluginProblem() {
  override val level = Level.ERROR
  override val message = "Unknown language $language "
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy