提交代码
This commit is contained in:
10
vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php
vendored
Normal file
10
vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Doctrine\DBAL\Exception;
|
||||
|
||||
/**
|
||||
* Exception for a write operation attempt on a read-only database element detected in the driver.
|
||||
*/
|
||||
class ReadOnlyException extends ServerException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user