index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
src
/
main
/
kotlin
/
DokkaException.kt
blob: 0010249cff1187df3d584373d5ba166b2a47e221 (
plain
)
1
2
3
package
org.jetbrains.dokka
class
DokkaException
(
message
:
String
)
:
RuntimeException
(
message
)