o
    Fh                     @   s$   G d d de ZG dd de ZdS )c                       s    e Zd ZdZ fddZ  ZS )FetchResultErrorz"Custom exception for fetch errors.c                    s(   t  d| d|  || _|| _d S )NzError fetching result from z: )super__init__	file_pathmessage)selfr   r   	__class__ x/home/azureuser/microlearn/backend/user_journey_with_openai/agentic_workflow/src/user_journey_service/core/exceptions.pyr      s   
zFetchResultError.__init__)__name__
__module____qualname____doc__r   __classcell__r	   r	   r   r
   r      s    r   c                   @   s   e Zd ZdZdS )RestructureOutputErrorz:Custom exception for restructuring default estimator valueN)r   r   r   r   r	   r	   r	   r
   r      s    r   N)	Exceptionr   r   r	   r	   r	   r
   <module>   s   