httk.web.model.errors

Exceptions

WebError

Common base class for all non-exit exceptions.

NotFoundError

Common base class for all non-exit exceptions.

FunctionInjectionError

Common base class for all non-exit exceptions.

Module Contents

exception httk.web.model.errors.WebError(message: str, *, status_code: int = 500)[source]

Bases: Exception

Common base class for all non-exit exceptions.

status_code = 500[source]
exception httk.web.model.errors.NotFoundError(message: str = 'Not Found')[source]

Bases: WebError

Common base class for all non-exit exceptions.

exception httk.web.model.errors.FunctionInjectionError(message: str)[source]

Bases: WebError

Common base class for all non-exit exceptions.