Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
c674b5b44825167025431578b4fd85dcbfc2d7e1
/
.
/
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
{
}