
    Gi                         d Z  G d de      Z G d de      Z G d de      Z G d de      Z G d	 d
e      Z G d de      Zy)z0
Custom exceptions for the Link Checker package
c                       e Zd ZdZy)LinkCheckerErrorz'Base exception for Link Checker packageN__name__
__module____qualname____doc__     :/var/www/html/utilities/link_checker_package/exceptions.pyr   r      s    1r
   r   c                       e Zd ZdZy)ConfigurationErrorz)Raised when there's a configuration errorNr   r	   r
   r   r   r   	   s    3r
   r   c                       e Zd ZdZy)DatabaseErrorz$Raised when there's a database errorNr   r	   r
   r   r   r      s    .r
   r   c                       e Zd ZdZy)ContentFetchErrorz"Raised when content fetching failsNr   r	   r
   r   r   r      s    ,r
   r   c                       e Zd ZdZy)
ProxyErrorz!Raised when proxy operations failNr   r	   r
   r   r   r      s    +r
   r   c                       e Zd ZdZy)SocialMediaErrorz(Raised when social media operations failNr   r	   r
   r   r   r      s    2r
   r   N)r   	Exceptionr   r   r   r   r   r   r	   r
   r   <module>r      sW   	y 		) 		$ 		( 		! 		' 	r
   