Removed unused Exception

This commit is contained in:
Philipp Czora
2018-08-27 14:49:52 +02:00
parent 3f1b2db031
commit d7a229a082

View File

@@ -1,9 +0,0 @@
package sonia.scm.repository;
import sonia.scm.NotFoundException;
public class BranchNotFoundException extends NotFoundException {
public BranchNotFoundException(String branch) {
super("branch", branch);
}
}