File: //usr/lib/python3/dist-packages/samba/__pycache__/sites.cpython-310.pyc
o
�/a� � @ sp d Z ddlZddlmZmZ G dd� de�ZG dd� de�ZG dd � d e�ZG d
d� de�Zdd
� Z dd� Z
dS )zManipulating sites.� N)�FLAG_MOD_ADD�LdbErrorc @ s e Zd ZdZdd� Zdd� ZdS )�
SiteExceptionzBase element for Sites errorsc C s
|| _ d S )N)�value)�selfr � r �-/usr/lib/python3/dist-packages/samba/sites.py�__init__ s
zSiteException.__init__c C s d| j j| jf S )Nz%s: %s)� __class__�__name__r )r r r r �__str__ s zSiteException.__str__N)r �
__module__�__qualname__�__doc__r r r r r r r s r c @ � e Zd ZdZdS )�SiteNotFoundExceptionz>Raised when the site is not found and it's expected to exists.N�r r
r r r r r r r "