mirror of
https://0xacab.org/radar/radar-wp.git
synced 2024-12-24 09:36:27 +01:00
6 lines
138 B
PHP
6 lines
138 B
PHP
|
<?php
|
||
|
|
||
|
namespace Guzzle\Common\Exception;
|
||
|
|
||
|
class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException {}
|