]> git.rm.cloudns.org Git - xonotic/xonotic.git/blob
6b6666b5153f6156900e33006fde8139ad5bb32c
[xonotic/xonotic.git] /
1 package com.nexuiz.demorecorder.application.democutter;\r
2 \r
3 public class DemoCutterException extends RuntimeException {\r
4         \r
5         private static final long serialVersionUID = -1419472153834762285L;\r
6         \r
7         public DemoCutterException(String message) {\r
8                 super(message);\r
9         }\r
10         public DemoCutterException(String message, Throwable cause) {\r
11                 super(message, cause);\r
12         }\r
13 \r
14 }\r