Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/voku/../././psr/container/src
الملفات الموجودة في هذا الـ Path:
.
..
ContainerExceptionInterface.php
ContainerInterface.php
NotFoundExceptionInterface.php

مشاهدة ملف: ContainerExceptionInterface.php

<?php

namespace Psr\Container;

use Throwable;

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