Current path: home/webdevt/prestashop17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/
?? Go up: /home/webdevt/prestashop17/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver
<?php
namespace Doctrine\DBAL\Driver\Mysqli;
use Doctrine\DBAL\Driver\AbstractDriverException;
/**
* Exception thrown in case the mysqli driver errors.
*/
class MysqliException extends AbstractDriverException
{
}