3 lines
113 B
Kotlin
3 lines
113 B
Kotlin
package com.jetpackduba.gitnuro.exceptions
|
|
|
|
class NotSupportedHelper(message: String) : GitnuroException(message) |