File "FactoryUncallableException.php"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic/src/Props/FactoryUncallableException.php
File size: 168 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Props;
use Psr\Container\ContainerExceptionInterface;
class FactoryUncallableException extends \Exception implements ContainerExceptionInterface
{
}