11 lines
248 B
PHP
11 lines
248 B
PHP
|
<?php
|
||
|
|
||
|
namespace Automattic\WooCommerce\Internal\Vendor\League\Container\Exception;
|
||
|
|
||
|
use Psr\Container\ContainerExceptionInterface;
|
||
|
use RuntimeException;
|
||
|
|
||
|
class ContainerException extends RuntimeException implements ContainerExceptionInterface
|
||
|
{
|
||
|
}
|