Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
9948741aba901f2d0941c6a606d88bbe0edbd430
/
.
/
src
/
api
/
java
/
appeng
/
api
/
exceptions
/
AppEngException.java
blob: 9c3d9ea98b203a8707c67a15e1844d55bc2e89ab [
file
] [
log
] [
blame
] [
raw
]
package
appeng
.
api
.
exceptions
;
public
class
AppEngException
extends
Exception
{
private
static
final
long
serialVersionUID
=
-
9051434206368465494L
;
public
AppEngException
(
String
t
)
{
super
(
t
);
}
}