1<?php
2
3namespace Doctrine\DBAL\Driver\IBMDB2;
4
5use Exception;
6
7class DB2Exception extends Exception
8{
9}
10