blob: 69d46eab613a969c72138adf633536b8dbf68649 [file] [log] [blame] [raw]
package li.cil.oc.api.machine;
/**
* Used to signal that the direct call limit for the current server tick has
* been reached in {@link Machine#invoke(String, String, Object[])}.
*/
public class LimitReachedException extends Exception {
}