Exception.hx 154 B

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