# jetformbuilder/3.6.5.3/includes/actions/methods/exceptions/base-method-executed.php

JetFormBuilder — Dynamic Blocks Form Builder, version 3.6.5.3. 19 lines.

- Page: https://pluginprobe.com/plugins/jetformbuilder/3.6.5.3/code/includes/actions/methods/exceptions/base-method-executed.php
- Raw: https://pluginprobe.com/plugins/jetformbuilder/3.6.5.3/raw/includes/actions/methods/exceptions/base-method-executed.php
- Modified: 2023-11-20T11:46: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/jetformbuilder/3.6.5.3/code/includes/actions/methods/exceptions/base-method-executed.php#L10-L20`.

```php
<?php


namespace Jet_Form_Builder\Actions\Methods\Exceptions;

use Jet_Form_Builder\Exceptions\Handler_Exception;

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}

class Base_Method_Executed extends Handler_Exception {

	public function log() {
	}

}

```
