# adminify/3.1.2/lib/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php

Adminify – White Label, Admin Menu Editor, Login Customizer, version 3.1.2. 14 lines.

- Page: https://pluginprobe.com/plugins/adminify/3.1.2/code/lib/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
- Raw: https://pluginprobe.com/plugins/adminify/3.1.2/raw/lib/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
- Modified: 2023-03-22T06:39:08+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/adminify/3.1.2/code/lib/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php#L10-L20`.

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

```
