提交代码
This commit is contained in:
10
vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php
vendored
Normal file
10
vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Doctrine\DBAL\Exception;
|
||||
|
||||
/**
|
||||
* Base class for all connection related errors detected in the driver.
|
||||
*/
|
||||
class ConnectionException extends DriverException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user