<?phpnamespace DoctrineDBALDriverIBMDB2;use DoctrineDBALDriverAbstractDriverException;/** * @deprecated Use {@link DoctrineDBALDriverException} instead * * @psalm-immutable */class DB2Exception extends AbstractDriverException{}