Changes caught exception type to Throwable
This commit is contained in:
parent
e5299d716c
commit
eb46067c08
@ -48,7 +48,7 @@ internal class DefaultResolveSpaceInfoTask @Inject constructor(
|
||||
|
||||
private suspend fun getSpaceHierarchy() = try {
|
||||
getStableSpaceHierarchy()
|
||||
} catch (e: HttpException) {
|
||||
} catch (e: Throwable) {
|
||||
getUnstableSpaceHierarchy()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user