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

declare(strict_types=1);

namespace Yethee\Tiktoken\Exception;

use RuntimeException;

final class ParseError extends RuntimeException
{
}