# blockspare/2.7.0/freemius/includes/sdk/Exceptions/EmptyArgumentException.php

BlockSpare – Gutenberg Blocks, AI Content Generator &amp; Site Builder for News, Magazine &amp; Blogs, version 2.7.0. 14 lines.

- Page: https://pluginprobe.com/plugins/blockspare/2.7.0/code/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Raw: https://pluginprobe.com/plugins/blockspare/2.7.0/raw/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Modified: 2023-09-19T10:56:02+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/blockspare/2.7.0/code/freemius/includes/sdk/Exceptions/EmptyArgumentException.php#L10-L20`.

```php
<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
		exit;
	}

	if ( ! class_exists( 'Freemius_EmptyArgumentException' ) ) {
		class Freemius_EmptyArgumentException extends Freemius_InvalidArgumentException {
		}
	}

```
