PATH:
home
/
thebhoeo
/
public_html
/
lazysleep
/
wp-content
/
plugins
/
woocommerce
/
lib
/
packages
/
GraphQL
/
Utils
<?php declare(strict_types=1); namespace Automattic\WooCommerce\Vendor\GraphQL\Utils; /** * Allows lazy calculation of a complex message when the exception is used in `assert()`. */ class LazyException extends \Exception { /** @param callable(): string $makeMessage */ public function __construct(callable $makeMessage) { parent::__construct($makeMessage()); } }
[-] AST.php
[edit]
[-] PairSet.php
[edit]
[-] BuildSchema.php
[edit]
[-] SchemaExtender.php
[edit]
[-] TypeInfo.php
[edit]
[-] InterfaceImplementations.php
[edit]
[-] BuildClientSchema.php
[edit]
[-] MixedStore.php
[edit]
[-] ASTDefinitionBuilder.php
[edit]
[-] Value.php
[edit]
[-] PhpDoc.php
[edit]
[-] TypeComparators.php
[edit]
[-] BreakingChangesFinder.php
[edit]
[-] SchemaPrinter.php
[edit]
[-] LazyException.php
[edit]
[+]
..
[-] Utils.php
[edit]
[-] LexicalDistance.php
[edit]