Automattic\WooCommerce\Vendor\GraphQL\Server

ServerConfig::getErrorsHandlerpublicWC 1.0

Method of the class: ServerConfig{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ServerConfig = new ServerConfig();
$ServerConfig->getErrorsHandler(): ?callable;

ServerConfig::getErrorsHandler() code WC 10.8.1

public function getErrorsHandler(): ?callable
{
    return $this->errorsHandler;
}