# content-protector/4.2.10/inc/freemius/includes/sdk/Exceptions/EmptyArgumentException.php

Passster – Password Protect Pages and Content, version 4.2.10. 14 lines.

- Page: https://pluginprobe.com/plugins/content-protector/4.2.10/code/inc/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Raw: https://pluginprobe.com/plugins/content-protector/4.2.10/raw/inc/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Modified: 2024-12-11T12:02:12+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-protector/4.2.10/code/inc/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 {
		}
	}

```
