Skip to content
Snippets Groups Projects
Commit 767d7545 authored by Daniel Vogel's avatar Daniel Vogel
Browse files

Added new Exception type

parent 750bdee2
No related merge requests found
package de.thm.arsnova.exceptions;
public class RequestEntityTooLargeException 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