# master-addons/3.2.2/lib/freemius/includes/sdk/Exceptions/InvalidArgumentException.php

Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder &amp; Template Kits, version 3.2.2. 13 lines.

- Page: https://pluginprobe.com/plugins/master-addons/3.2.2/code/lib/freemius/includes/sdk/Exceptions/InvalidArgumentException.php
- Raw: https://pluginprobe.com/plugins/master-addons/3.2.2/raw/lib/freemius/includes/sdk/Exceptions/InvalidArgumentException.php
- Modified: 2022-02-27T07:30: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/master-addons/3.2.2/code/lib/freemius/includes/sdk/Exceptions/InvalidArgumentException.php#L10-L20`.

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

```
