# streamcast/2.2.5/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php

StreamCast – bring live radio to your site with a sleek player, version 2.2.5. 14 lines.

- Page: https://pluginprobe.com/plugins/streamcast/2.2.5/code/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
- Raw: https://pluginprobe.com/plugins/streamcast/2.2.5/raw/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
- Modified: 2025-04-16T21:12:32+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/streamcast/2.2.5/code/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 {
		}
	}

```
