io.qameta.allure.kotlin.AllureResultsWriteException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of allure-kotlin-commons Show documentation
Show all versions of allure-kotlin-commons Show documentation
Module allure-kotlin-commons of Allure Framework.
package io.qameta.allure.kotlin
class AllureResultsWriteException(message: String, cause: Throwable? = null) : RuntimeException(message, cause)