Gitnuro/src/main/kotlin/com/jetpackduba/gitnuro/exceptions/NotSupportedHelper.kt

3 lines
113 B
Kotlin

package com.jetpackduba.gitnuro.exceptions
class NotSupportedHelper(message: String) : GitnuroException(message)