Prado\Util\TRpcClientResponseException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $errorMessage, $errorCode = null )
    public function __construct($errorMessage, $errorCode = null)
    {
        $this->setErrorCode($errorCode);
        parent::__construct($errorMessage);
    }
TRpcClientResponseException