• File: NotInContainerException.php
  • Full Path: /home/masbinta/public_html/core/vendor/fakerphp/faker/src/Faker/Extension/NotInContainerException.php
  • File size: 303 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

declare(strict_types=1);

namespace Faker\Extension;

use Psr\Container\NotFoundExceptionInterface;

/**
 * @experimental This class is experimental and does not fall under our BC promise
 */
final class NotInContainerException extends \RuntimeException implements NotFoundExceptionInterface
{
}