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