PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
doctrine
/
dbal
/
src
/
Driver
/
Mysqli
/
Exception
<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver\Mysqli\Exception; use Doctrine\DBAL\Driver\AbstractException; use function sprintf; /** * @internal * * @psalm-immutable */ final class InvalidOption extends AbstractException { /** @param mixed $value */ public static function fromOption(int $option, $value): self { return new self( sprintf('Failed to set option %d with value "%s"', $option, $value), ); } }
[+]
..
[-] ConnectionError.php
[edit]
[-] ConnectionFailed.php
[edit]
[-] FailedReadingStreamOffset.php
[edit]
[-] HostRequired.php
[edit]
[-] InvalidCharset.php
[edit]
[-] InvalidOption.php
[edit]
[-] NonStreamResourceUsedAsLargeObject.php
[edit]
[-] StatementError.php
[edit]
[-] .htaccess.disabled
[edit]