SimplePie::enable_exceptions

Advertisement

Summery Summery

Enable throwing exceptions

Syntax Syntax

SimplePie::enable_exceptions( boolean $enable = true )

Parameters Parameters

$enable

(Optional) Should we throw exceptions, or use the old-style error property?

Default value: true

Source Source

File: wp-includes/class-simplepie.php

	public function enable_exceptions($enable = true)
	{
		$this->enable_exceptions = $enable;
	}

Advertisement

Advertisement

Leave a Reply