# tier-pricing-table/2.3.2/freemius/includes/sdk/Exceptions/EmptyArgumentException.php

Tiered Pricing Table for WooCommerce, version 2.3.2. 9 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/2.3.2/code/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/2.3.2/raw/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
- Modified: 2019-03-18T08:11:10+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/tier-pricing-table/2.3.2/code/freemius/includes/sdk/Exceptions/EmptyArgumentException.php#L10-L20`.

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