/home/mip/public_html/img/credit/datatables/ContainerExceptionInterface.php.tar
home/mip/mip/vendor/psr/container/src/ContainerExceptionInterface.php000064400000000270151521006410022045 0ustar00<?php

namespace Psr\Container;

use Throwable;

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