ó
k€
\c           @   s    d  Z  d e f d „  ƒ  YZ d S(   sA   
This module defines all exception classes in the whole package.
t   ISO8601Errorc           B   s   e  Z d  Z RS(   s3   Raised when the given ISO string can not be parsed.(   t   __name__t
   __module__t   __doc__(    (    (    sE   /data/av2000/b2b/venv/lib/python2.7/site-packages/isodate/isoerror.pyR        s   N(   R   t
   ValueErrorR    (    (    (    sE   /data/av2000/b2b/venv/lib/python2.7/site-packages/isodate/isoerror.pyt   <module>   s   