Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
79c855d9a2b75d3594df9d01dd1408ea80f41f75
/
.
/
src
/
main
/
java
/
li
/
cil
/
oc
/
api
/
machine
/
LimitReachedException.java
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
{
}