Skip to content

Exceptions

This section provides a detailed reference for the custom exceptions raised by the TrueLink library.

truelink.exceptions.TrueLinkException

Bases: Exception

Base exception for TrueLink.

truelink.exceptions.UnsupportedProviderException

Bases: TrueLinkException

Raised when provider is not supported.

truelink.exceptions.InvalidURLException

Bases: TrueLinkException

Raised when URL is invalid.

truelink.exceptions.ExtractionFailedException

Bases: TrueLinkException

Raised when link extraction fails.