mirror of https://github.com/usbharu/Hideout.git
feat: とりあえずスタックトレース出すように
This commit is contained in:
parent
ad769d61c1
commit
94d7564336
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue