Searched refs:BBFetchException (Results 1 – 6 of 6) sorted by relevance
39 class BBFetchException(Exception): class48 class UntrustedUrl(BBFetchException):56 BBFetchException.__init__(self, msg)59 class MalformedUrl(BBFetchException):67 BBFetchException.__init__(self, msg)70 class FetchError(BBFetchException):78 BBFetchException.__init__(self, msg)90 class UnpackError(BBFetchException):95 BBFetchException.__init__(self, msg)98 class NoMethodError(BBFetchException):[all …]
460 except bb.fetch2.BBFetchException:
50 except bb.fetch2.BBFetchException as e:
160 except bb.fetch2.BBFetchException as e:177 except bb.fetch2.BBFetchException as e:779 except bb.fetch2.BBFetchException as e:
113 except bb.fetch2.BBFetchException as exc:
787 except bb.fetch2.BBFetchException: