EvalError.hx 99 B

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