mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01: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