/home/kueuepay/public_html/vendor/fakerphp/faker/src/Faker/Extension/ExtensionNotFound.php
<?php

declare(strict_types=1);

namespace Faker\Extension;

/**
 * @experimental This class is experimental and does not fall under our BC promise
 */
final class ExtensionNotFound extends \LogicException
{
}
Examples

Examples

For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository