/* * Decompiled with CFR 0.152. */ package com.mojang.blaze3d; public class GpuOutOfMemoryException extends RuntimeException { public GpuOutOfMemoryException(String message) { super(message); } }