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

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

Go to download

Library for parsing JetBrains Edu plugins. Can be used to verify that plugin complies with JetBrains Marketplace requirements.

There is a newer version: 3.288
Show newest version
package com.jetbrains.plugin.structure.edu.problems

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

class InvalidVersionError(version: String) : PluginProblem() {
  override val level = Level.ERROR
  override val message = "Broken Edu plugin version $version "
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy