<?php

declare(strict_types=1);

namespace openvk\Web\Models\Exceptions;

final class TooMuchOptionsException extends \UnexpectedValueException {}