7 lines
114 B
Haxe
7 lines
114 B
Haxe
package flash.html;
|
|
|
|
extern class ControlInitializationError extends flash.errors.Error
|
|
{
|
|
function new():Void;
|
|
}
|