Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/doctrine/migrations/src/Generator/Exception/InvalidTemplateSpecified.php
Ðазад
<?php declare(strict_types=1); namespace Doctrine\Migrations\Generator\Exception; use InvalidArgumentException; use function sprintf; final class InvalidTemplateSpecified extends InvalidArgumentException implements GeneratorException { public static function notFoundOrNotReadable(string $path): self { return new self(sprintf('The specified template "%s" cannot be found or is not readable.', $path)); } public static function notReadable(string $path): self { return new self(sprintf('The specified template "%s" could not be read.', $path)); } public static function empty(string $path): self { return new self(sprintf('The specified template "%s" is empty.', $path)); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка