InvalidArgumentException.php 142 Bytes
Newer Older
Ehsan Fakhraie's avatar
Ehsan Fakhraie committed
1 2 3 4 5 6 7
<?php

namespace GuzzleHttp\Exception;

final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException
{
}