mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-07 20:23:08 +02:00
Removed unused Exception
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
package sonia.scm.repository;
|
||||
|
||||
import sonia.scm.NotFoundException;
|
||||
|
||||
public class BranchNotFoundException extends NotFoundException {
|
||||
public BranchNotFoundException(String branch) {
|
||||
super("branch", branch);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user