Gitnuro/src/main/kotlin/com/jetpackduba/gitnuro/exceptions/FetchException.kt
Abdelilah El Aissaoui d6e5e22aa0
Fixed fetch command not fetching every remote if one of them has failed.
Also removed a weird 4s delay that was left previously, probably due to some old dev code
2023-06-03 15:34:59 +02:00

3 lines
100 B
Kotlin

package com.jetpackduba.gitnuro.exceptions
class FetchException(msg: String): GitnuroException(msg)