URIError.hx 97 B

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