Gitnuro/src/main/kotlin/app/exceptions/GitnuroException.kt
2022-02-17 19:24:36 +01:00

3 lines
92 B
Kotlin

package app.exceptions
abstract class GitnuroException(msg: String) : RuntimeException(msg)