feat: とりあえずスタックトレース出すように

This commit is contained in:
usbharu 2023-03-30 20:28:27 +09:00
parent ad769d61c1
commit 94d7564336
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class WebFingerService(
}.body<Person>()
} catch (e: ResponseException) {
if (e.response.status == HttpStatusCode.NotFound) {
e.printStackTrace()
return null
}
throw e