# content-blocks-builder/2.8.4/vendor/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php

Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts, version 2.8.4. 14 lines.

- Page: https://pluginprobe.com/plugins/content-blocks-builder/2.8.4/code/vendor/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
- Raw: https://pluginprobe.com/plugins/content-blocks-builder/2.8.4/raw/vendor/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
- Modified: 2024-12-04T00:20:08+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/content-blocks-builder/2.8.4/code/vendor/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php#L10-L20`.

```php
<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
		exit;
	}

	if ( ! class_exists( 'Freemius_ArgumentNotExistException' ) ) {
		class Freemius_ArgumentNotExistException extends Freemius_InvalidArgumentException {
		}
	}

```
