[update] Implemented the exception handling for sjplayer's standalone app.

This commit is contained in:
2019-10-10 00:00:00 +00:00
parent 111c98bea2
commit d66764e9b4
3 changed files with 23 additions and 8 deletions

View File

@@ -1,8 +1,6 @@
/// License: MIT
module sjplayer.ScriptRuntimeException;
import sjscript;
///
class ScriptRuntimeException : Exception {
public:

View File

@@ -6,8 +6,11 @@ import gl4d;
import sjscript;
public {
import sjscript : ScriptException;
import sjplayer.Context,
sjplayer.ProgramSet;
sjplayer.ProgramSet,
sjplayer.ScriptRuntimeException;
}
///