org.jetbrains.spek.engine.SpekException.kt Maven / Gradle / Ivy
package org.jetbrains.spek.engine
/**
* @author Ranie Jade Ramiso
*/
class SpekException(message: String, cause: Throwable? = null): Throwable(message, cause)
package org.jetbrains.spek.engine
/**
* @author Ranie Jade Ramiso
*/
class SpekException(message: String, cause: Throwable? = null): Throwable(message, cause)