<?php
/**
* Response object all errorful REST API requests should return
*
* @package Caldera_Forms Modified by QuantumCloud
* @author Josh Pollock <Josh@CalderaWP.com>
* @license GPL-2.0+
* @link
* @copyright 2016 CalderaWP LLC
*/
class Qcformbuilder_Forms_API_Error extends \WP_Error {
}