Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
acf3448363c5863ef88defb4ac5d263c9789fb64
/
.
/
src
/
main
/
optional
/
appeng
/
api
/
exceptions
/
AppEngException.java
blob: 940e7beefd6eca654346b3041e1eb4d46fb82a68 [
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
);
}
}