<?php declare(strict_types=1);

namespace Amp\Http\Client;

final class TimeoutException extends HttpException
{
}
