git://git.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
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
+++ b/
archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/adapters/FeatureNotSupported.java
@@ -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