mirror of
https://gh.wpcy.net/https://github.com/ztersinc/freescout-clickup-module.git
synced 2026-04-22 20:27:06 +08:00
7 lines
142 B
PHP
7 lines
142 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException
|
|
{
|
|
}
|