mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
refactor(exception): correct exception report print message
This commit is contained in:
@@ -11,7 +11,7 @@ abstract class AgentException @JvmOverloads constructor(
|
||||
return ExceptionReport(
|
||||
this::class.java.simpleName,
|
||||
message ?: "",
|
||||
this
|
||||
cause
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user