
                         x    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Z G d d	e      Z	y
)z>Wrapper for user-visible error exceptions to raise in the CLI.    )absolute_import)division)unicode_literals)
exceptionsc                       e Zd ZdZy)HealthCheckErrorz#Exceptions for Health Check errors.N__name__
__module____qualname____doc__     Blib/googlecloudsdk/command_lib/compute/health_checks/exceptions.pyr   r      s    +r   r   c                       e Zd ZdZy)ArgumentErrorzCommand argument error.Nr	   r   r   r   r   r      s    r   r   N)
r   
__future__r   r   r   googlecloudsdk.corer   Errorr   r   r   r   r   <module>r      s6    E &  ' *,z'' , $  r   