1: <?php declare(strict_types=1);
2:
3: namespace Salient\Contract\Curler\Exception;
4:
5: /**
6: * @api
7: */
8: interface HttpErrorExceptionInterface extends ResponseExceptionInterface {}
9: