File "NotFoundException.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/NotFoundException.php
File
size: 252 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace Automattic\WooCommerce\Vendor\League\Container\Exception;
use Psr\Container\NotFoundExceptionInterface;
use InvalidArgumentException;
class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface
{
}