Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
joblib
/
__pycache__
/
File Content:
my_exceptions.cpython-35.pyc
���W � @ s� d Z d d l Z d d l m Z Gd d � d e � Z Gd d � d e � Z Gd d � d e � Z e � Z d d d � Z d d � Z e � j e � � d S)z Exceptions � N� )�PY3_OR_LATERc @ s4 e Z d Z d Z d d � Z d d � Z e Z d S)�JoblibExceptionz=A simple exception with an error message that you can get to.c G s t j | | � d S)N)� Exception�__init__)�self�args� r �/my_exceptions.pyr s zJoblibException.__init__c C sb t | d � r4 t | j � d k r4 | j d } n d } | j j } d | d d | d d f S)Nr r � z%s %s %s %s�K �_)�hasattr�lenr � __class__�__name__)r �message�namer r r �__repr__ s $zJoblibException.__repr__N)r � __module__�__qualname__�__doc__r r �__str__r r r r r s r c @ s"