1.4.1 release #10

Merged
Infendro merged 8 commits from develop into main 2026-01-29 16:48:33 +00:00
Showing only changes of commit 21769c20c4 - Show all commits

View File

@@ -1,3 +1,5 @@
package com.infendro.cli.exception package com.infendro.cli.exception
abstract class BuildException : Exception() abstract class BuildException : Exception() {
abstract override val message: String
}