mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Update CraftBukkit to Minecraft 1.7.8
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package net.minecraft.server;
|
||||
|
||||
// CraftBukkit - Imported because it's package private
|
||||
|
||||
class FileConversionException extends RuntimeException {
|
||||
|
||||
private FileConversionException(String s, Throwable throwable) {
|
||||
super(s, throwable);
|
||||
}
|
||||
|
||||
private FileConversionException(String s) {
|
||||
super(s);
|
||||
}
|
||||
|
||||
FileConversionException(String s, PredicateEmptyList predicateemptylist) {
|
||||
this(s);
|
||||
}
|
||||
|
||||
FileConversionException(String s, Throwable throwable, PredicateEmptyList predicateemptylist) {
|
||||
this(s, throwable);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user