<?php declare(strict_types=1); namespace Yethee\Tiktoken\Exception; use RuntimeException; final class ParseError extends RuntimeException { }