# automatic-youtube-gallery/1.6.2/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php

Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists &amp; Channels, version 1.6.2. 9 lines.

- Page: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.6.2/code/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
- Raw: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.6.2/raw/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
- Modified: 2018-12-12T04:13:02+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/automatic-youtube-gallery/1.6.2/code/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php#L10-L20`.

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