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

coursier.error.conflict.UnsatisfiedRule.scala Maven / Gradle / Ivy

The newest version!
package coursier.error.conflict

import coursier.params.rule.Rule

abstract class UnsatisfiedRule(
  val rule: Rule,
  message: String,
  cause: Throwable = null
) extends Exception(s"Unsatisfied rule $rule: $message", cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy