Current File : /home/mdkeenpw/www/wp-content/plugins/ai-engine/vendor/yethee/tiktoken/src/Exception/RegexError.php
<?php

declare(strict_types=1);

namespace Yethee\Tiktoken\Exception;

use RuntimeException;

final class RegexError extends RuntimeException
{
}