search_query.exception

Exceptions of SearchQuery.

Exceptions

ListQuerySyntaxError(linter)

ListQuerySyntaxError Exception

QuerySyntaxError(linter)

QuerySyntaxError Exception

SearchQueryException

Base class for all exceptions raised by this package

exception search_query.exception.ListQuerySyntaxError(linter: QueryListLinter)

Bases: SearchQueryException

ListQuerySyntaxError Exception

exception search_query.exception.QuerySyntaxError(linter: QueryStringLinter)

Bases: SearchQueryException

QuerySyntaxError Exception

exception search_query.exception.SearchQueryException

Bases: Exception

Base class for all exceptions raised by this package