Searched refs:BBFetchException (Results 1 – 6 of 6) sorted by relevance
40 class BBFetchException(Exception): class49 class UntrustedUrl(BBFetchException):57 BBFetchException.__init__(self, msg)60 class MalformedUrl(BBFetchException):68 BBFetchException.__init__(self, msg)71 class FetchError(BBFetchException):79 BBFetchException.__init__(self, msg)91 class UnpackError(BBFetchException):96 BBFetchException.__init__(self, msg)99 class NoMethodError(BBFetchException):[all …]
497 except bb.fetch2.BBFetchException:
55 except bb.fetch2.BBFetchException as e:
151 except bb.fetch2.BBFetchException as e:181 except bb.fetch2.BBFetchException as e:714 except bb.fetch2.BBFetchException as e:
121 except bb.fetch2.BBFetchException as exc:
757 except bb.fetch2.BBFetchException: