Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/psr/container/src/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/vendor/psr/container/src/ContainerExceptionInterface.php

<?php

namespace Psr\Container;

use Throwable;

/**
 * Base interface representing a generic exception in a container.
 */
interface ContainerExceptionInterface extends Throwable
{
}