index
:
fmsim.git
this commit
default
Minecraft mod that adds mathematically accurate FM radio simulation
blog
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
/
space
/
autistic
/
radio
/
wasm
/
WasmExitException.kt
blob: 43c08be12b581db3949655ecb6755e354de83558 (
plain
) (
blame
)
1
2
3
4
package
space.autistic.radio.wasm
class
WasmExitException
(
val
status
:
Int
)
:
Exception
()
{
}