latest quantum sources 2.3.2
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / adapters / FeatureNotSupported.java
diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/adapters/FeatureNotSupported.java b/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/adapters/FeatureNotSupported.java
deleted file mode 100644 (file)
index f80aa56..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-package com.quantum.adapters;
-
-public class FeatureNotSupported extends Error {
-    public FeatureNotSupported(String error) {
-        super(error);
-    }
-}
\ No newline at end of file