package app.exceptions abstract class GitnuroException(msg: String) : RuntimeException(msg)