Files
bendtstudio0-static/pancake/system/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
2025-11-26 13:22:58 -05:00

8 lines
142 B
PHP
Executable File

<?php
namespace GuzzleHttp\Exception;
final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException
{
}