From bb79e2e871d0a4585164c1a6ed626d96d0231975 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 25 May 2006 14:20:23 +0000 Subject: merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 --- lib/sqlalchemy/exceptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sqlalchemy/exceptions.py') diff --git a/lib/sqlalchemy/exceptions.py b/lib/sqlalchemy/exceptions.py index e270225d8..c942ab4c2 100644 --- a/lib/sqlalchemy/exceptions.py +++ b/lib/sqlalchemy/exceptions.py @@ -25,8 +25,8 @@ class ArgumentError(SQLAlchemyError): objects. This error generally corresponds to construction time state errors.""" pass -class CommitError(SQLAlchemyError): - """raised when an invalid condition is detected upon a commit()""" +class FlushError(SQLAlchemyError): + """raised when an invalid condition is detected upon a flush()""" pass class InvalidRequestError(SQLAlchemyError): -- cgit v1.2.1