o
    }oii                     @   s2   G d d de ZG dd deZG dd dZdS )c                   @   s   e Zd ZdZdS )NeMoBaseExceptionzS NeMo Base Exception. All exceptions created in NeMo should inherit from this classN)__name__
__module____qualname____doc__ r   r   I/home/ubuntu/.local/lib/python3.10/site-packages/nemo/utils/exceptions.pyr      s    r   c                       s   e Zd Z fddZ  ZS )LightningNotInstalledExceptionc                    s"   d| d| d}t  | d S )Nz You are trying to use zz without installing all of pytorch_lightning, hydra, and omegaconf. Please install those packages before trying to access .)super__init__)selfobjmessage	__class__r   r   r      s
   z'LightningNotInstalledException.__init__)r   r   r   r   __classcell__r   r   r   r   r      s    r   c                   @   s$   e Zd Zdd Zdd Zdd ZdS )CheckInstallc                 O      t | Nr   r   argskwargsr   r   r   r         zCheckInstall.__init__c                 O   r   r   r   r   r   r   r   __call__!   r   zCheckInstall.__call__c                 O   r   r   r   r   r   r   r   __getattr__$   r   zCheckInstall.__getattr__N)r   r   r   r   r   r   r   r   r   r   r      s    r   N)	Exceptionr   r   r   r   r   r   r   <module>   s   	