VerifyError.hx 90 B

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