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