mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Throw old DataExceptions in schematic related classes.
The schematic related classes are slated for deprecation at some point.
This commit is contained in:
@ -24,4 +24,11 @@ package com.sk89q.worldedit.data;
|
||||
*/
|
||||
@Deprecated
|
||||
public class DataException extends com.sk89q.worldedit.world.DataException {
|
||||
|
||||
public DataException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
|
||||
public DataException() {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user