?? GreyFile — Mystic File Browser

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

?? Viewing: MysqliException.php

<?php

namespace Doctrine\DBAL\Driver\Mysqli;

use Doctrine\DBAL\Driver\AbstractDriverException;

/**
 * Exception thrown in case the mysqli driver errors.
 */
class MysqliException extends AbstractDriverException
{
}


??

??