SyntaxErrorException.php 177 B

12345678910
  1. <?php
  2. namespace Doctrine\DBAL\Exception;
  3. /**
  4. * Exception for a syntax error in a statement detected in the driver.
  5. */
  6. class SyntaxErrorException extends ServerException
  7. {
  8. }