File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Schema/Exception/NotImplemented.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Schema\Exception; use Doctrine\DBAL\Schema\SchemaException; use LogicException; use function sprintf; final class NotImplemented extends LogicException implements SchemaException { public static function fromMethod(string $class, string $method): self { return new self(sprintf('Class %s does not implement method %s().', $class, $method)); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings