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

sigma.exceptions.ConstraintFailed.scala Maven / Gradle / Ivy

The newest version!
package sigma.exceptions

import sigma.ast.SourceContext

final class ConstraintFailed(message: String, source: Option[SourceContext] = None)
  extends BuilderException(message, source)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy