1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00

Update InvalidArgumentException.php

This commit is contained in:
Mponos George 2018-10-16 08:39:40 +03:00 committed by GitHub
parent 49a74936c4
commit 97b2bc9adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@
namespace GuzzleHttp\Exception; namespace GuzzleHttp\Exception;
class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException {} final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException {}