Файловый менеджер - Редактировать - /home/iss2024/ras-store.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ContainerException.php
Ðазад
<?php /** * ContainerException class file. */ namespace Automattic\WooCommerce\Internal\DependencyManagement; /** * Class ContainerException. * Used to signal error conditions related to the dependency injection container. */ class ContainerException extends \Exception { /** * Create a new instance of the class. * * @param null $message The exception message to throw. * @param int $code The error code. * @param \Exception|null $previous The previous throwable used for exception chaining. */ public function __construct( $message = null, $code = 0, ?\Exception $previous = null ) { parent::__construct( $message, $code, $previous ); } }
| ver. 1.1 | |
.
| PHP 8.4.21 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.09 |
proxy
|
phpinfo
|
ÐаÑтройка