SiteGloopErrors module

Error Exceptions for SiteGloop.

exception SiteGloopErrors.InvalidHostname(message='Provided hostname is not a FQDN.')

Bases: Exception

Exception raised when a provided hostname is not a FQDN.

Parameters

message (str) – Human readable string describing the exception

message

Human readable string describing the exception

Type

str

exception SiteGloopErrors.NoConnectorError(message='No aiohttp Connector Established')

Bases: Exception

Exception raised when there is no aiohttp connector.

Parameters

message (str) – Human readable string describing the exception

message

Human readable string describing the exception

Type

str

exception SiteGloopErrors.SitemapUrlError(message='Error with Sitemap URL')

Bases: Exception

Exception raised when an error is encountered with the Sitemap URL.

Parameters

message (str) – Human readable string describing the exception

message

Human readable string describing the exception

Type

str