vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php line 10

Open in your IDE?
  1. <?php
  2. namespace Doctrine\DBAL\Exception;
  3. /**
  4.  * Exception for a syntax error in a statement detected in the driver.
  5.  *
  6.  * @psalm-immutable
  7.  */
  8. class SyntaxErrorException extends ServerException
  9. {
  10. }