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

Henrique Romano henrique at async.com.br
Fri Sep 2 17:58:50 BRT 2005


Author: henrique
Date: Fri Sep  2 17:58:50 2005
New Revision: 1121

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


One more exception type, PaymentError.




Modified: stoqlib/trunk/stoqlib/exceptions.py
==============================================================================
--- stoqlib/trunk/stoqlib/exceptions.py	(original)
+++ stoqlib/trunk/stoqlib/exceptions.py	Fri Sep  2 17:58:50 2005
@@ -68,3 +68,6 @@
 
 class TillError(Exception):
     """ General Till movimentation errors """
+
+class PaymentError(Exception):
+    """ General payments errors """


More information about the POS-commit mailing list