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

This commit is contained in:
usbharu 2023-03-30 20:28:27 +09:00
parent d80483fd56
commit f2923f3a7b
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 0 deletions

View File

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