<?php namespace Paynow\Http; use Exception; /** * Exception thrown if an error occurs while sending Http request * * @package Paynow\Http */ class ConnectionException extends Exception { }