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

pl.touk.nussknacker.engine.api.exception.ExcludedPatternInvocationException.scala Maven / Gradle / Ivy

The newest version!
package pl.touk.nussknacker.engine.api.exception

import java.time.Instant

case class ExcludedPatternInvocationException(message: String, timestamp: Instant = Instant.now())
    extends RuntimeException(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy