<?php

declare(strict_types=1);

namespace Meibuyu\Common\Exceptions;


class HttpResponseException extends \Exception
{

}