Файловый менеджер - Редактировать - /home/harasnat/www/horse/wp-content/plugins/google-listings-and-ads/src/Exception/InvalidState.php
Назад
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Exception; use InvalidArgumentException; defined( 'ABSPATH' ) || exit; /** * Class InvalidState * * @package Automattic\WooCommerce\GoogleListingsAndAds\Exception */ class InvalidState extends InvalidArgumentException implements GoogleListingsAndAdsException { /** * Create a new instance of the exception when an invalid state is requested. * * @param string $state * * @return InvalidState */ public static function from_state( string $state ): InvalidState { return new static( sprintf( 'The state %s is not valid.', $state ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка