dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Drop new lines between table rows for Opera.
James Moger
2011-05-03
b5b4026628c50ffdfa3ceeb93badb613cdca18eb
[githubFork/gitblit.git]
/
src
/
com
/
gitblit
/
GitBlitException.java
1
2
3
4
5
6
7
8
9
10
package com.gitblit;
public class GitBlitException extends Exception {
private static final long serialVersionUID = 1L;
public GitBlitException(String message) {
super(message);
}
}