Source for file Basic.class.php
Documentation is available at Basic.class.php
- if (!is_null ($val) && !is_bool ($val) && !is_string ($val) && !is_numeric ($val) && !is_object ($val)) {
- throw new Gumbo_Exception ("Invalid Argument 'val:bool|num|str|null|Gumbo_Interface_Output' => {$key}:" . gettype ($val));
- throw new Gumbo_Exception ("Invalid Argument 'val:Gumbo_Interface_Output' => {$val}:" . gettype ($val));