git://git.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial quantum version
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.quantum.sql
/
src
/
com
/
quantum
/
adapters
/
FeatureNotSupported.java
1
package com.quantum.adapters;
2
3
public class FeatureNotSupported extends Error {
4
public FeatureNotSupported(String error) {
5
super(error);
6
}
7
}