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