File indexing completed on 2024-04-28 15:53:57

0001 #!/usr/bin/env python2.7
0002 # -*- coding: utf-8 -*-
0003 """:synopsis: Standard exception classes.
0004 
0005 
0006 Exceptions should be class objects.   The exceptions are defined in the module
0007 :mod:`exceptions`.  This module never needs to be imported explicitly: the
0008 exceptions are provided in the built-in namespace as well as the
0009 :mod:`exceptions` module.
0010 
0011 """