HaxeException.hx 91 B

12345
  1. class HaxeException {
  2. static function main() {
  3. throw "Exception thrown from Haxe";
  4. }
  5. }