3 lines
112 B
Kotlin
3 lines
112 B
Kotlin
package com.jetpackduba.gitnuro.exceptions
|
|
|
|
class InvalidRemoteUrlException(msg: String) : GitnuroException(msg) |