mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-10 11:14:58 +00:00
feat: とりあえずスタックトレース出すように
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user