initial quantum version
[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
new file mode 100644 (file)
index 0000000..f80aa56
--- /dev/null
@@ -0,0 +1,7 @@
+package com.quantum.adapters;
+
+public class FeatureNotSupported extends Error {
+    public FeatureNotSupported(String error) {
+        super(error);
+    }
+}
\ No newline at end of file