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

skinny.engine.SkinnyEngineException.scala Maven / Gradle / Ivy

The newest version!
package skinny.engine

/**
 * Represents an exception happened inside skinny-engine.
 */
class SkinnyEngineException(message: String)
  extends Exception(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy