D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
task
/
3023066
/
cwd
/
www
/
vendor
/
doctrine
/
dbal
/
src
/
Exception
/
Filename :
SyntaxErrorException.php
back
Copy
<?php namespace Doctrine\DBAL\Exception; /** * Exception for a syntax error in a statement detected in the driver. * * @psalm-immutable */ class SyntaxErrorException extends ServerException { }