Skip to content
Snippets Groups Projects
Commit 66ae49ba authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Added missing Exception

parent 3770c736
No related merge requests found
package de.thm.arsnova.exceptions;
public class NotImplementedException extends RuntimeException {
private static final long serialVersionUID = 1L;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment