PluginProbe
UpStream: a Project Management Plugin for WordPress / 2.1.0
UpStream: a Project Management Plugin for WordPress v2.1.0
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
upstream / includes / model / class-upstream-model-argumentexception.php

class-upstream-model-argumentexception.php in UpStream: a Project Management Plugin for WordPress 2.1.0, at includes/model/class-upstream-model-argumentexception.php

14 lines 221 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * UpStream_Model_ArgumentException
4 *
5 * @package UpStream
6 */
7
8 /**
9 * Class UpStream_Model_ArgumentException
10 */
11 class UpStream_Model_ArgumentException extends Exception {
12 // silent is golden.
13 }
14