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

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

- Page: https://pluginprobe.com/plugins/wpremote/trunk/code/protect/fw/rule/errors.php
- Raw: https://pluginprobe.com/plugins/wpremote/trunk/raw/protect/fw/rule/errors.php
- Modified: 2026-08-28T12:10:54+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/trunk/code/protect/fw/rule/errors.php#L10-L20`.

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

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

```
