git://secure.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bug 1469012, exception in CompletionProposal
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.quantum.sql
/
src
/
com
/
quantum
/
model
/
NotConnectedException.java
1
package com.quantum.model;
2
3
/**
4
* @author BC
5
*/
6
public class NotConnectedException extends ConnectionException {
7
8
}