refactor(exception): correct exception report print message

This commit is contained in:
2026-04-19 17:26:42 +08:00
parent 864bda95e4
commit 7ce7461f79

View File

@@ -11,7 +11,7 @@ abstract class AgentException @JvmOverloads constructor(
return ExceptionReport(
this::class.java.simpleName,
message ?: "",
this
cause
)
}
}