Files
fast_response/superadmin/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

8 lines
142 B
PHP
Executable File

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