[Zope-CVS] SVN: book/trunk/exceptionview/browser.py Provided better
	error message.
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Mon Aug 23 12:56:24 EDT 2004
    
    
  
Log message for revision 27228:
  Provided better error message.
  
Changed:
  U   book/trunk/exceptionview/browser.py
-=-
Modified: book/trunk/exceptionview/browser.py
===================================================================
--- book/trunk/exceptionview/browser.py	2004-08-23 15:47:34 UTC (rev 27227)
+++ book/trunk/exceptionview/browser.py	2004-08-23 16:56:24 UTC (rev 27228)
@@ -29,4 +29,4 @@
     """The view that raises the exception"""
 
     def raisePaymentException(self):
-        raise PaymentException, 'An application error occured'
+        raise PaymentException, 'You are required to pay.'
    
    
More information about the Zope-CVS
mailing list