<?php

namespace Amp\Socket;

/**
 * Thrown if connecting fails.
 */
class ConnectException extends SocketException
{
}
