// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.builtin.buildertools;

public class PrefabCopyException extends Exception
{
    public PrefabCopyException(final String message) {
        super(message);
    }
}
