<?php

declare(strict_types=1);

namespace Anthropic\Exceptions;

use Exception;

final class InvalidArgumentException extends Exception {}
