Source code for search.errors

from __future__ import annotations


[docs] class SearchOfflineError(Exception): pass