[POS-commit] r1120 - stoqlib/trunk/stoqlib

Henrique Romano henrique at async.com.br
Fri Sep 2 10:47:14 BRT 2005


Author: henrique
Date: Fri Sep  2 10:47:14 2005
New Revision: 1120

Modified:
   stoqlib/trunk/stoqlib/exceptions.py
Log:


Additing a new exception type: TillError.




Modified: stoqlib/trunk/stoqlib/exceptions.py
==============================================================================
--- stoqlib/trunk/stoqlib/exceptions.py	(original)
+++ stoqlib/trunk/stoqlib/exceptions.py	Fri Sep  2 10:47:14 2005
@@ -64,3 +64,7 @@
 
 class SelectionError(Exception):
     """Invalid number of items selected in a list"""
+
+
+class TillError(Exception):
+    """ General Till movimentation errors """


More information about the POS-commit mailing list