* @copyright Copyright 2015 by PJ Dietz * @license MIT */ namespace pjdietz\WellRESTed\Exceptions; /** * Exception related to a cURL operations. The message and code should correspond * to the cURL error and error number that caused the excpetion. */ class CurlException extends WellRESTedException { }