File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Exception/ParseError.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Exception; use Doctrine\DBAL\Exception; use Doctrine\DBAL\SQL\Parser; /** @internal */ final class ParseError extends \Exception implements Exception { public static function fromParserException(Parser\Exception $exception): self { return new self('Unable to parse query.', 0, $exception); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings