<?php

declare(strict_types=1);

namespace Yethee\Tiktoken\Exception;

use RuntimeException;

final class RegexError extends RuntimeException
{
}
