<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP for everyone &#187; Error handling</title>
	<atom:link href="http://php4every1.com/tag/error-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://php4every1.com</link>
	<description>Blog with PHP, MySQL and other tutorials. You can also download my scripts, report a bug or leave a feedback.</description>
	<lastBuildDate>Mon, 23 Aug 2010 08:22:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Exceptions in PHP</title>
		<link>http://php4every1.com/tutorials/exceptions-in-php/</link>
		<comments>http://php4every1.com/tutorials/exceptions-in-php/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 21:40:57 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Error handling]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=9</guid>
		<description><![CDATA[PHP supports two ways of reporting the problem in the code. Errors and exceptions . What's the difference then? <br />
 First at all, exceptions are object-oriented way of processing errors, while error are procedural (using functions) way of reporting the problem. Which of them is better to use? Definitely exceptions, as they offer much more control over the code. PHP has a standard class <span style="font-family: comic sans ms,sans-serif;">Exception</span>, which can be extended.]]></description>
		<wfw:commentRss>http://php4every1.com/tutorials/exceptions-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
