/bin/std/flash9/events/AsyncErrorEvent.hx

http://github.com/Yoomee/clippy · Haxe · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · a728315b93adb54bcbfa08d18bc3d929 MD5 · raw file

  1. package flash.events;
  2. extern class AsyncErrorEvent extends ErrorEvent {
  3. var error : flash.Error;
  4. function new(type : String, ?bubbles : Bool, ?cancelable : Bool, ?text : String, ?error : flash.Error) : Void;
  5. static var ASYNC_ERROR : String;
  6. }