From 648805f8b4d85aaaa221d2587e45259897d6b9f9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 7 Feb 2007 01:15:03 +0000 Subject: removed MissingTypeError (think it was an accidental checkin) --- lib/sqlalchemy/exceptions.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/sqlalchemy/exceptions.py') diff --git a/lib/sqlalchemy/exceptions.py b/lib/sqlalchemy/exceptions.py index 1caee0649..7e3883aec 100644 --- a/lib/sqlalchemy/exceptions.py +++ b/lib/sqlalchemy/exceptions.py @@ -61,7 +61,4 @@ class DBAPIError(SQLAlchemyError): SQLAlchemyError.__init__(self, "(%s) (%s) %s"% (message, orig.__class__.__name__, str(orig))) self.orig = orig -class MissingTypeError(SQLAlchemyError): - """no database type is available for the sa type""" - pass -- cgit v1.2.1