# wpremote/6.76/protect/fw/rule/errors.php

The WP Remote WordPress Plugin, version 6.76. 9 lines.

- Page: https://pluginprobe.com/plugins/wpremote/6.76/code/protect/fw/rule/errors.php
- Raw: https://pluginprobe.com/plugins/wpremote/6.76/raw/protect/fw/rule/errors.php
- Modified: 2026-09-17T11:43:22+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/wpremote/6.76/code/protect/fw/rule/errors.php#L10-L20`.

```php
<?php
if (!defined('ABSPATH') && !defined('MCDATAPATH')) exit;

if (!class_exists('WPRProtectRuleError_V676')) :
class WPRProtectRuleError_V676 extends Exception {
//Root rule error class.
}
endif;

```
