PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
doctrine
/
dbal
/
src
/
Driver
/
PgSQL
/
Exception
<?php namespace Doctrine\DBAL\Driver\PgSQL\Exception; use Doctrine\DBAL\Driver\AbstractException; use function sprintf; /** @psalm-immutable */ final class UnknownParameter extends AbstractException { public static function new(string $param): self { return new self( sprintf('Could not find parameter %s in the SQL statement', $param), ); } }
[+]
..
[-] UnexpectedValue.php
[edit]
[-] UnknownParameter.php
[edit]
[-] .htaccess.disabled
[edit]