Add: Exception thrown while parsing tokens
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
|||||||
|
package ch.unibas.dmi.dbis.cs108.casono.server.network.parser;
|
||||||
|
|
||||||
|
public class ProtocolParserException extends RuntimeException {
|
||||||
|
public ProtocolParserException(String message) {
|
||||||
|
super(message);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user