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

package com.hypixel.hytale.server.core.prefab.selection.buffer;

public class UpdateBinaryPrefabException extends RuntimeException
{
    public UpdateBinaryPrefabException(final String message) {
        super(message);
    }
}
