001package com.ericlam.mc.minigames.core.exception; 002 003public class APINotActivatedException extends GameRunException { 004 005 public APINotActivatedException() { 006 super("The API has not activated yet.", false); 007 } 008}