Ë
    ˜'¡g  ã                   ó   — d Z d„ Zy)z‚
The :mod:`imblearn.exceptions` module includes all custom warnings and error
classes and functions used across imbalanced-learn.
c           	      ó<   — t        | › d|› dt        |«      › d«      ‚)am  Raise consistent error message for isinstance() function.

    Parameters
    ----------
    variable_name : str
        The name of the variable.

    possible_type : type
        The possible type of the variable.

    variable : object
        The variable to check.

    Raises
    ------
    ValueError
        If the instance is not of the possible type.
    z has to be one of z. Got z	 instead.)Ú
ValueErrorÚtype)Úvariable_nameÚpossible_typeÚvariables      ú3lib/python3.12/site-packages/imblearn/exceptions.pyÚraise_isinstance_errorr	   
   s3   € ô& Øˆ/Ð+¨M¨?ð ;ÜH‹~Ð˜ið	)óð ó    N)Ú__doc__r	   © r
   r   Ú<module>r      s   ðñór
   