# conversational-forms/1.2.0/classes/api/error.php

WPBot – ChatBot Conversational Forms, version 1.2.0. 16 lines.

- Page: https://pluginprobe.com/plugins/conversational-forms/1.2.0/code/classes/api/error.php
- Raw: https://pluginprobe.com/plugins/conversational-forms/1.2.0/raw/classes/api/error.php
- Modified: 2024-03-19T11:24:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/conversational-forms/1.2.0/code/classes/api/error.php#L10-L20`.

```php
<?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 {



}
```
