/home/smartonegroup/www/veroserv/vendor/openai-php/client/src/Exceptions/UnknownEventException.php
<?php

declare(strict_types=1);

namespace OpenAI\Exceptions;

use Exception;

final class UnknownEventException extends Exception {}