aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/DokkaException.kt
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-08-21 10:19:07 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-08-31 15:10:04 +0200
commit333091e5c5f896769c3371dd74c87a52ffa9562a (patch)
treec41e918ef66419eca9eb5ee4fcb0c5230e0a82b9 /core/src/main/kotlin/DokkaException.kt
parent43e38725e64b788564203b8d157df795f443f28e (diff)
downloaddokka-333091e5c5f896769c3371dd74c87a52ffa9562a.tar.gz
dokka-333091e5c5f896769c3371dd74c87a52ffa9562a.tar.bz2
dokka-333091e5c5f896769c3371dd74c87a52ffa9562a.zip
Implement ParseModuleAndPackageDocFragments API
Diffstat (limited to 'core/src/main/kotlin/DokkaException.kt')
-rw-r--r--core/src/main/kotlin/DokkaException.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/DokkaException.kt b/core/src/main/kotlin/DokkaException.kt
index 0010249c..9a5e3d04 100644
--- a/core/src/main/kotlin/DokkaException.kt
+++ b/core/src/main/kotlin/DokkaException.kt
@@ -1,3 +1,3 @@
package org.jetbrains.dokka
-class DokkaException(message: String) : RuntimeException(message)
+open class DokkaException(message: String) : RuntimeException(message)