[update] Implemented the exception handling for sjplayer's standalone app.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/// License: MIT
|
||||
module sjplayer.ScriptRuntimeException;
|
||||
|
||||
import sjscript;
|
||||
|
||||
///
|
||||
class ScriptRuntimeException : Exception {
|
||||
public:
|
||||
|
@@ -6,8 +6,11 @@ import gl4d;
|
||||
import sjscript;
|
||||
|
||||
public {
|
||||
import sjscript : ScriptException;
|
||||
|
||||
import sjplayer.Context,
|
||||
sjplayer.ProgramSet;
|
||||
sjplayer.ProgramSet,
|
||||
sjplayer.ScriptRuntimeException;
|
||||
}
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user