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

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

The newest version!
package sigma.exceptions

import sigma.ast.SourceContext

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy