Compare commits
2 Commits
d5a66f6853
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
6f1134a6fb
|
|||
|
21769c20c4
|
@@ -1,3 +1,5 @@
|
||||
package com.infendro.cli.exception
|
||||
|
||||
abstract class BuildException : Exception()
|
||||
abstract class BuildException : Exception() {
|
||||
abstract override val message: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user