Files
szkoleniauryzaj.pl/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php
2024-11-10 21:08:49 +01:00

11 lines
239 B
PHP

<?php
namespace Automattic\WooCommerce\Vendor\League\Container\Exception;
use Psr\Container\ContainerExceptionInterface;
use RuntimeException;
class ContainerException extends RuntimeException implements ContainerExceptionInterface
{
}