Home | Trees | Indices | Help |
---|
|
1 # $Id: Errors.py,v 1.2 2003/04/21 09:44:08 mhagger Exp $ 2 3 # Copyright (C) 2001-2003 Michael Haggerty <mhagger@alum.mit.edu> 4 # 5 # This file is licensed under the GNU Lesser General Public License 6 # (LGPL). See LICENSE.txt for details. 7 8 """Exception types that can be raised by Gnuplot.py.""" 9 1012 """All our exceptions are derived from this one.""" 13 pass14 1517 """Raised for unrecognized option(s)""" 18 pass19 2022 """Raised for data in the wrong format""" 23 pass24
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 23 23:44:37 2007 | http://epydoc.sourceforge.net |