Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
Driver
/
PgSQL
/
Exception
Location:
/home/zoteqbgb/public_html/vendor/doctrine/dbal/src/Driver/PgSQL/Exception
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: UnexpectedValue.php
<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver\PgSQL\Exception; use Doctrine\DBAL\Driver\Exception; use UnexpectedValueException; use function sprintf; final class UnexpectedValue extends UnexpectedValueException implements Exception { public static function new(string $value, string $type): self { return new self(sprintf( 'Unexpected value "%s" of type "%s" returned by Postgres', $value, $type, )); } /** @return null */ public function getSQLState() { return null; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
UnexpectedValue.php
583 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
UnknownParameter.php
364 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
Chang
Apply