package com.mojang.blaze3d; import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; @Environment(EnvType.CLIENT) public class GpuOutOfMemoryException extends RuntimeException { public GpuOutOfMemoryException(String message) { super(message); } }