whitelabel-plugins-update-s.../aws/GuzzleHttp/Exception/InvalidArgumentException.php
2024-05-13 16:09:03 +05:00

7 lines
142 B
PHP

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