This commit is contained in:
Looly
2021-02-03 13:34:41 +08:00
parent 0056560a93
commit fe71315f24
3 changed files with 3 additions and 3 deletions

View File

@@ -736,7 +736,7 @@ public final class JSONUtil {
}
try {
// fix issue#1401@Github
// fix issue#1399@Github
if(object instanceof SQLException){
return object.toString();
}