aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/DokkaException.kt
blob: 9a5e3d045e5b35f9ae275d56d1438b030e55093f (plain)
1
2
3
package org.jetbrains.dokka

open class DokkaException(message: String) : RuntimeException(message)