package com.mojang.blaze3d; public class GpuOutOfMemoryException extends RuntimeException { public GpuOutOfMemoryException(final String message) { super(message); } }