package com.hypixel.hytale.server.core.prefab.selection.buffer; public class UpdateBinaryPrefabException extends RuntimeException { public UpdateBinaryPrefabException(String message) { super(message); } }