mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-10 03:10:28 +00:00
feat: とりあえずスタックトレース出すように
This commit is contained in:
@@ -38,6 +38,7 @@ class WebFingerService(
|
||||
}.body<Person>()
|
||||
} catch (e: ResponseException) {
|
||||
if (e.response.status == HttpStatusCode.NotFound) {
|
||||
e.printStackTrace()
|
||||
return null
|
||||
}
|
||||
throw e
|
||||
|
||||
Reference in New Issue
Block a user