master
<?php namespace Uphold\Exception; use Uphold\Exception\UpholdClientException; /** * ConnectException. */ class ConnectException extends UpholdClientException { }