2
0

SyntaxError.hx 103 B

1234
  1. package flash.errors;
  2. @:native("SyntaxError") extern class SyntaxError extends flash.errors.Error {
  3. }