summaryrefslogblamecommitdiffstats
path: root/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
blob: bfd20e232bba460f910e7c4ed7315e9a244ffad2 (plain) (tree)
1
2
3
4
5
6
7






                                                                                                 
<?php

namespace GuzzleHttp\Exception;

final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException
{
}