forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package sys.thread;
|
||||
|
||||
import haxe.Exception;
|
||||
|
||||
class NoEventLoopException extends Exception {
|
||||
public function new(msg:String = 'Event loop is not available. Refer to sys.thread.Thread.runWithEventLoop.', ?previous:Exception) {
|
||||
super(msg, previous);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user