Finally fixed build output
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package httpServer.exceptions;
|
||||
|
||||
public class ClientAuthorisationException extends Exception {
|
||||
|
||||
public ClientAuthorisationException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package httpServer.exceptions;
|
||||
|
||||
public class NoSuchVerbException extends Exception {
|
||||
|
||||
public NoSuchVerbException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user