mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +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(
|
return ExceptionReport(
|
||||||
this::class.java.simpleName,
|
this::class.java.simpleName,
|
||||||
message ?: "",
|
message ?: "",
|
||||||
this
|
cause
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user