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

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

<?php

namespace Psr\Container;

/**
 * No entry was found in the container.
 */
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}