# wp-data-access/5.5.22/freemius/includes/sdk/Exceptions/EmptyArgumentException.php

WP Data Access – App Builder for Tables, Forms, Charts, Maps &amp; Dashboards, version 5.5.22. 14 lines.

- Page: https://pluginprobe.com/plugins/wp-data-access/5.5.22/code/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Raw: https://pluginprobe.com/plugins/wp-data-access/5.5.22/raw/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Modified: 2024-11-29T00:01:32+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/wp-data-access/5.5.22/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 {
		}
	}

```
