# king-addons/51.1.49/freemius/includes/sdk/Exceptions/InvalidArgumentException.php

King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder, version 51.1.49. 13 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.49/code/freemius/includes/sdk/Exceptions/InvalidArgumentException.php
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.49/raw/freemius/includes/sdk/Exceptions/InvalidArgumentException.php
- Modified: 2026-01-06T16:52:16+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/king-addons/51.1.49/code/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 { }
	}

```
