PDOException.hx 159 B

12345678
  1. package php.db;
  2. import php.RuntimeException;
  3. @:native('PDOException')
  4. extern class PDOException extends RuntimeException {
  5. var errorInfo : NativeArray;
  6. }