# upstream/2.1.0/includes/model/class-upstream-model-argumentexception.php

UpStream: a Project Management Plugin for WordPress, version 2.1.0. 14 lines.

- Page: https://pluginprobe.com/plugins/upstream/2.1.0/code/includes/model/class-upstream-model-argumentexception.php
- Raw: https://pluginprobe.com/plugins/upstream/2.1.0/raw/includes/model/class-upstream-model-argumentexception.php
- Modified: 2024-05-22T12:40:54+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/upstream/2.1.0/code/includes/model/class-upstream-model-argumentexception.php#L10-L20`.

```php
<?php
/**
 * UpStream_Model_ArgumentException
 *
 * @package UpStream
 */

/**
 * Class UpStream_Model_ArgumentException
 */
class UpStream_Model_ArgumentException extends Exception {
	// silent is golden.
}

```
