Exception.hx 151 B

12345678
  1. package system;
  2. @:native("System.Exception") @:nativegen extern class Exception
  3. {
  4. public var message:String;
  5. private function new():Void;
  6. }