File manager - Edit - /var/www/payraty/helpdesk/public/storage/branding_media/images/ArrayParameters.tar
Back
Exception/MissingNamedParameter.php 0000755 00000000654 00000000000 0013403 0 ustar 00 <?php namespace Doctrine\DBAL\ArrayParameters\Exception; use Doctrine\DBAL\ArrayParameters\Exception; use LogicException; use function sprintf; /** @psalm-immutable */ class MissingNamedParameter extends LogicException implements Exception { public static function new(string $name): self { return new self( sprintf('Named parameter "%s" does not have a bound value.', $name), ); } } Exception/MissingPositionalParameter.php 0000755 00000000720 00000000000 0014472 0 ustar 00 <?php namespace Doctrine\DBAL\ArrayParameters\Exception; use Doctrine\DBAL\ArrayParameters\Exception; use LogicException; use function sprintf; /** * @internal * * @psalm-immutable */ class MissingPositionalParameter extends LogicException implements Exception { public static function new(int $index): self { return new self( sprintf('Positional parameter at index %d does not have a bound value.', $index), ); } } Exception.php 0000755 00000000174 00000000000 0007161 0 ustar 00 <?php namespace Doctrine\DBAL\ArrayParameters; use Throwable; /** @internal */ interface Exception extends Throwable { }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings