# buttonizer-multifunctional-button/1.0.6/freemius/includes/sdk/Exceptions/EmptyArgumentException.php

Buttonizer – Floating Menus, Sticky Buttons, &amp; Popup Builder, version 1.0.6. 9 lines.

- Page: https://pluginprobe.com/plugins/buttonizer-multifunctional-button/1.0.6/code/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Raw: https://pluginprobe.com/plugins/buttonizer-multifunctional-button/1.0.6/raw/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Modified: 2017-08-31T08:15:50+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/buttonizer-multifunctional-button/1.0.6/code/freemius/includes/sdk/Exceptions/EmptyArgumentException.php#L10-L20`.

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