<?php
namespace Payplug\Exception;

/**
 * Connection failure. This is usually thrown when there was an error with curl.
 */
class ConnectionException extends PayplugException
{
}
