File manager - Edit - /home/linknsbh/rassudr.online/vendor/kreait/firebase-php/src/Firebase/Exception/Database/UnsupportedQuery.php
Back
<?php declare(strict_types=1); namespace Kreait\Firebase\Exception\Database; use Kreait\Firebase\Database\Query; use Kreait\Firebase\Exception\DatabaseException; use Kreait\Firebase\Exception\RuntimeException; use Throwable; final class UnsupportedQuery extends RuntimeException implements DatabaseException { public function __construct( private readonly Query $query, string $message = '', int $code = 0, ?Throwable $previous = null, ) { parent::__construct($message, $code, $previous); } public function getQuery(): Query { return $this->query; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.2 |
proxy
|
phpinfo
|
Settings