2022-11-09 10:11:31 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Container;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Base interface representing a generic exception in a container.
|
|
|
|
*/
|
2022-11-09 10:19:34 +02:00
|
|
|
interface ContainerExceptionInterface
|
2022-11-09 10:11:31 +02:00
|
|
|
{
|
|
|
|
}
|