2
0

RuntimeException.hx 93 B

1234
  1. package php;
  2. @:native('RuntimeException')
  3. extern class RuntimeException extends Exception {}